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