2 instantiations of RemoveStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9194DefaultConstructor = delegate () { return new System.Windows.Media.Animation.RemoveStoryboard(); }
System\Windows\Markup\KnownTypes.cs (1)
1492case KnownElements.RemoveStoryboard: o = new System.Windows.Media.Animation.RemoveStoryboard(); break;
3 references to RemoveStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
610case 517: t = () => typeof(RemoveStoryboard); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9191typeof(System.Windows.Media.Animation.RemoveStoryboard),
System\Windows\Markup\KnownTypes.cs (1)
6064case KnownElements.RemoveStoryboard: t = typeof(System.Windows.Media.Animation.RemoveStoryboard); break;