2 instantiations of ResumeStoryboard
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8438bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ResumeStoryboard(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1506case KnownElements.ResumeStoryboard: o = new System.Windows.Media.Animation.ResumeStoryboard(); break;
3 references to ResumeStoryboard
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
618case 526: t = () => typeof(ResumeStoryboard); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8436typeof(System.Windows.Media.Animation.ResumeStoryboard),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6070case KnownElements.ResumeStoryboard: t = typeof(System.Windows.Media.Animation.ResumeStoryboard); break;