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