2 instantiations of RemoveStoryboard
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8320bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.RemoveStoryboard(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1500case KnownElements.RemoveStoryboard: o = new System.Windows.Media.Animation.RemoveStoryboard(); break;
3 references to RemoveStoryboard
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
609case 517: t = () => typeof(RemoveStoryboard); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8318typeof(System.Windows.Media.Animation.RemoveStoryboard),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6061case KnownElements.RemoveStoryboard: t = typeof(System.Windows.Media.Animation.RemoveStoryboard); break;