3 instantiations of SplineSingleKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1604
return new
SplineSingleKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10343
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1552
case KnownElements.SplineSingleKeyFrame: o = new System.Windows.Media.Animation.
SplineSingleKeyFrame
(); break;
4 references to SplineSingleKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1644
typeof(
SplineSingleKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
689
case 595: t = () => typeof(
SplineSingleKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10340
typeof(System.Windows.Media.Animation.
SplineSingleKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6143
case KnownElements.SplineSingleKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineSingleKeyFrame
); break;