2 instantiations of StopStoryboard
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9509bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.StopStoryboard(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1570case KnownElements.StopStoryboard: o = new System.Windows.Media.Animation.StopStoryboard(); break;
3 references to StopStoryboard
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
699case 607: t = () => typeof(StopStoryboard); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9507typeof(System.Windows.Media.Animation.StopStoryboard),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6151case KnownElements.StopStoryboard: t = typeof(System.Windows.Media.Animation.StopStoryboard); break;