3 instantiations of SplineRectKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1556return new SplineRectKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9306bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineRectKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1557case KnownElements.SplineRectKeyFrame: o = new System.Windows.Media.Animation.SplineRectKeyFrame(); break;
4 references to SplineRectKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1596typeof(SplineRectKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
685case 593: t = () => typeof(SplineRectKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9304typeof(System.Windows.Media.Animation.SplineRectKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6137case KnownElements.SplineRectKeyFrame: t = typeof(System.Windows.Media.Animation.SplineRectKeyFrame); break;