3 instantiations of SplineSingleKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1689return new SplineSingleKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9330bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineSingleKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1559case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.SplineSingleKeyFrame(); break;
4 references to SplineSingleKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1729typeof(SplineSingleKeyFrame),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
687case 595: t = () => typeof(SplineSingleKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9328typeof(System.Windows.Media.Animation.SplineSingleKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6139case KnownElements.SplineSingleKeyFrame: t = typeof(System.Windows.Media.Animation.SplineSingleKeyFrame); break;