6 references to SplineVectorKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
1914: this() 1923: this() 1933: this() 1955return new SplineVectorKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9378bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineVectorKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1563case KnownElements.SplineVectorKeyFrame: o = new System.Windows.Media.Animation.SplineVectorKeyFrame(); break;