2 instantiations of PauseStoryboard
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7435bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.PauseStoryboard(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1447case KnownElements.PauseStoryboard: o = new System.Windows.Media.Animation.PauseStoryboard(); break;
3 references to PauseStoryboard
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
541case 449: t = () => typeof(PauseStoryboard); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7433typeof(System.Windows.Media.Animation.PauseStoryboard),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5993case KnownElements.PauseStoryboard: t = typeof(System.Windows.Media.Animation.PauseStoryboard); break;