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