6 references to Storyboard
PresentationFramework (4)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9525bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.Storyboard(); };
System\Windows\Markup\KnownTypes.cs (1)
1570case KnownElements.Storyboard: o = new System.Windows.Media.Animation.Storyboard(); break;
System\Windows\Media\Animation\Storyboard.cs (1)
56return new Storyboard();
System\Windows\VisualStateManager.cs (1)
365Storyboard dynamic = new Storyboard();
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (2)
141_mouseEnterStoryboard = new Storyboard(); 143_mouseLeaveStoryboard = new Storyboard();