6 references to SplineSizeKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1699: this() 1708: this() 1718: this() 1737return new SplineSizeKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10356DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineSizeKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1552case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.SplineSizeKeyFrame(); break;