3 instantiations of SplineDoubleKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
492return new SplineDoubleKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9222bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineDoubleKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1550case KnownElements.SplineDoubleKeyFrame: o = new System.Windows.Media.Animation.SplineDoubleKeyFrame(); break;
5 references to SplineDoubleKeyFrame
PresentationCore (2)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
532typeof(SplineDoubleKeyFrame),
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (1)
26/// Example of a SplineKeyFrame class: <see cref="System.Windows.Media.Animation.SplineDoubleKeyFrame">SplineDoubleKeyFrame</see>.
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
678case 586: t = () => typeof(SplineDoubleKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9220typeof(System.Windows.Media.Animation.SplineDoubleKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6130case KnownElements.SplineDoubleKeyFrame: t = typeof(System.Windows.Media.Animation.SplineDoubleKeyFrame); break;