3 instantiations of SplineRotation3DKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1423
return new
SplineRotation3DKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9318
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineRotation3DKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1558
case KnownElements.SplineRotation3DKeyFrame: o = new System.Windows.Media.Animation.
SplineRotation3DKeyFrame
(); break;
4 references to SplineRotation3DKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1463
typeof(
SplineRotation3DKeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
686
case 594: t = () => typeof(
SplineRotation3DKeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9316
typeof(System.Windows.Media.Animation.
SplineRotation3DKeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6138
case KnownElements.SplineRotation3DKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineRotation3DKeyFrame
); break;