2 instantiations of StopStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10546DefaultConstructor = delegate () { return new System.Windows.Media.Animation.StopStoryboard(); }
System\Windows\Markup\KnownTypes.cs (1)
1563case KnownElements.StopStoryboard: o = new System.Windows.Media.Animation.StopStoryboard(); break;
3 references to StopStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
701case 607: t = () => typeof(StopStoryboard); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10543typeof(System.Windows.Media.Animation.StopStoryboard),
System\Windows\Markup\KnownTypes.cs (1)
6155case KnownElements.StopStoryboard: t = typeof(System.Windows.Media.Animation.StopStoryboard); break;