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