2 instantiations of StopStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9513bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.StopStoryboard(); };
System\Windows\Markup\KnownTypes.cs (1)
1569case KnownElements.StopStoryboard: o = new System.Windows.Media.Animation.StopStoryboard(); break;
3 references to StopStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
703case 607: t = () => typeof(StopStoryboard); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9511typeof(System.Windows.Media.Animation.StopStoryboard),
System\Windows\Markup\KnownTypes.cs (1)
6161case KnownElements.StopStoryboard: t = typeof(System.Windows.Media.Animation.StopStoryboard); break;