2 references to BeginStoryboard
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1812bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.BeginStoryboard(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1134case KnownElements.BeginStoryboard: o = new System.Windows.Media.Animation.BeginStoryboard(); break;