3 instantiations of SplineSizeKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1731return new SplineSizeKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10357DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineSizeKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1553case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.SplineSizeKeyFrame(); break;
4 references to SplineSizeKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1771typeof(SplineSizeKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
690case 596: t = () => typeof(SplineSizeKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10354typeof(System.Windows.Media.Animation.SplineSizeKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6144case KnownElements.SplineSizeKeyFrame: t = typeof(System.Windows.Media.Animation.SplineSizeKeyFrame); break;