3 instantiations of SplinePointKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1024return new SplinePointKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9282bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplinePointKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1555case KnownElements.SplinePointKeyFrame: o = new System.Windows.Media.Animation.SplinePointKeyFrame(); break;
4 references to SplinePointKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1064typeof(SplinePointKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
683case 591: t = () => typeof(SplinePointKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9280typeof(System.Windows.Media.Animation.SplinePointKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6135case KnownElements.SplinePointKeyFrame: t = typeof(System.Windows.Media.Animation.SplinePointKeyFrame); break;