2 instantiations of ResumeStoryboard
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8442bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.ResumeStoryboard(); };
System\Windows\Markup\KnownTypes.cs (1)
1505case KnownElements.ResumeStoryboard: o = new System.Windows.Media.Animation.ResumeStoryboard(); break;
3 references to ResumeStoryboard
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
622case 526: t = () => typeof(ResumeStoryboard); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8440typeof(System.Windows.Media.Animation.ResumeStoryboard),
System\Windows\Markup\KnownTypes.cs (1)
6080case KnownElements.ResumeStoryboard: t = typeof(System.Windows.Media.Animation.ResumeStoryboard); break;