2 instantiations of ResumeStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9327DefaultConstructor = delegate () { return new System.Windows.Media.Animation.ResumeStoryboard(); }
System\Windows\Markup\KnownTypes.cs (1)
1499case KnownElements.ResumeStoryboard: o = new System.Windows.Media.Animation.ResumeStoryboard(); break;
3 references to ResumeStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
620case 526: t = () => typeof(ResumeStoryboard); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9324typeof(System.Windows.Media.Animation.ResumeStoryboard),
System\Windows\Markup\KnownTypes.cs (1)
6074case KnownElements.ResumeStoryboard: t = typeof(System.Windows.Media.Animation.ResumeStoryboard); break;