3 instantiations of SplineSizeKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1737
return new
SplineSizeKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10356
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1552
case KnownElements.SplineSizeKeyFrame: o = new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); break;
4 references to SplineSizeKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1777
typeof(
SplineSizeKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
689
case 596: t = () => typeof(
SplineSizeKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10353
typeof(System.Windows.Media.Animation.
SplineSizeKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6143
case KnownElements.SplineSizeKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineSizeKeyFrame
); break;