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