2 instantiations of PauseStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8190
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
PauseStoryboard
(); }
System\Windows\Markup\KnownTypes.cs (1)
1440
case KnownElements.PauseStoryboard: o = new System.Windows.Media.Animation.
PauseStoryboard
(); break;
3 references to PauseStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
543
case 449: t = () => typeof(
PauseStoryboard
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8187
typeof(System.Windows.Media.Animation.
PauseStoryboard
),
System\Windows\Markup\KnownTypes.cs (1)
5997
case KnownElements.PauseStoryboard: t = typeof(System.Windows.Media.Animation.
PauseStoryboard
); break;