2 instantiations of PauseStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7439
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
PauseStoryboard
(); };
System\Windows\Markup\KnownTypes.cs (1)
1446
case KnownElements.PauseStoryboard: o = new System.Windows.Media.Animation.
PauseStoryboard
(); break;
3 references to PauseStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
545
case 449: t = () => typeof(
PauseStoryboard
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7437
typeof(System.Windows.Media.Animation.
PauseStoryboard
),
System\Windows\Markup\KnownTypes.cs (1)
6003
case KnownElements.PauseStoryboard: t = typeof(System.Windows.Media.Animation.
PauseStoryboard
); break;