2 instantiations of SkipStoryboardToFill
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10070DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SkipStoryboardToFill(); }
System\Windows\Markup\KnownTypes.cs (1)
1533case KnownElements.SkipStoryboardToFill: o = new System.Windows.Media.Animation.SkipStoryboardToFill(); break;
3 references to SkipStoryboardToFill
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
669case 576: t = () => typeof(SkipStoryboardToFill); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10067typeof(System.Windows.Media.Animation.SkipStoryboardToFill),
System\Windows\Markup\KnownTypes.cs (1)
6123case KnownElements.SkipStoryboardToFill: t = typeof(System.Windows.Media.Animation.SkipStoryboardToFill); break;