6 references to SplineSizeKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1693
:
this
()
1702
:
this
()
1712
:
this
()
1731
return new
SplineSizeKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9344
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1559
case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); break;