3 instantiations of SplineSizeKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
1738
return new
SplineSizeKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9346
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineSizeKeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1559
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)
1778
typeof(
SplineSizeKeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
692
case 596: t = () => typeof(
SplineSizeKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9344
typeof(System.Windows.Media.Animation.
SplineSizeKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6150
case KnownElements.SplineSizeKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineSizeKeyFrame
); break;