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