6 references to SplineSingleKeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1573: this() 1582: this() 1592: this() 1611return new SplineSingleKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10343DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineSingleKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1552case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.SplineSingleKeyFrame(); break;