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