6 references to SplineRectKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1515
:
this
()
1524
:
this
()
1534
:
this
()
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;