custom-controls

[Silverlight] Storyboard in custom control

Hi all, I have an usercontrol in silverlight that I'm trying to convert to custom control. The usercontrol is working. The customcontrol is working BUT has its storyboard not working. the control is : public class MyControl : Control { public MyControl() { DefaultStyleKey = typeof(MyControl); } public static r...