3 instantiations of LinearRectKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
911
return new
LinearRectKeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6940
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
LinearRectKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1374
case KnownElements.LinearRectKeyFrame: o = new System.Windows.Media.Animation.
LinearRectKeyFrame
(); break;
3 references to LinearRectKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
459
case 365: t = () => typeof(
LinearRectKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6937
typeof(System.Windows.Media.Animation.
LinearRectKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
5913
case KnownElements.LinearRectKeyFrame: t = typeof(System.Windows.Media.Animation.
LinearRectKeyFrame
); break;