6 references to SplineSingleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1572: this() 1581: this() 1591: this() 1610return new SplineSingleKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10342DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineSingleKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1551case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.SplineSingleKeyFrame(); break;