3 instantiations of SplinePoint3DKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1157
return new
SplinePoint3DKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9270
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplinePoint3DKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1554
case KnownElements.SplinePoint3DKeyFrame: o = new System.Windows.Media.Animation.
SplinePoint3DKeyFrame
(); break;
4 references to SplinePoint3DKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1197
typeof(
SplinePoint3DKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
682
case 590: t = () => typeof(
SplinePoint3DKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9268
typeof(System.Windows.Media.Animation.
SplinePoint3DKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6134
case KnownElements.SplinePoint3DKeyFrame: t = typeof(System.Windows.Media.Animation.
SplinePoint3DKeyFrame
); break;