2 instantiations of StopStoryboard
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9509
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
StopStoryboard
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1570
case KnownElements.StopStoryboard: o = new System.Windows.Media.Animation.
StopStoryboard
(); break;
3 references to StopStoryboard
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
699
case 607: t = () => typeof(
StopStoryboard
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9507
typeof(System.Windows.Media.Animation.
StopStoryboard
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6151
case KnownElements.StopStoryboard: t = typeof(System.Windows.Media.Animation.
StopStoryboard
); break;