6 references to SplineSizeKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1700
:
this
()
1709
:
this
()
1719
:
this
()
1738
return new
SplineSizeKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10357
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1553
case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); break;