6 references to SplineRectKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1445
:
this
()
1454
:
this
()
1464
:
this
()
1483
return new
SplineRectKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10314
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineRectKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1549
case KnownElements.SplineRectKeyFrame: o = new System.Windows.Media.Animation.
SplineRectKeyFrame
(); break;