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