3 instantiations of SplineRectKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1477return new SplineRectKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10315DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineRectKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1550case KnownElements.SplineRectKeyFrame: o = new System.Windows.Media.Animation.SplineRectKeyFrame(); break;
4 references to SplineRectKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1517typeof(SplineRectKeyFrame),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
687case 593: t = () => typeof(SplineRectKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10312typeof(System.Windows.Media.Animation.SplineRectKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
6141case KnownElements.SplineRectKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRectKeyFrame); break;