3 instantiations of LinearRectKeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
912return new LinearRectKeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6939DefaultConstructor = delegate () { return new System.Windows.Media.Animation.LinearRectKeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1373case KnownElements.LinearRectKeyFrame: o = new System.Windows.Media.Animation.LinearRectKeyFrame(); break;
3 references to LinearRectKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
458case 365: t = () => typeof(LinearRectKeyFrame); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6936typeof(System.Windows.Media.Animation.LinearRectKeyFrame),
System\Windows\Markup\KnownTypes.cs (1)
5912case KnownElements.LinearRectKeyFrame: t = typeof(System.Windows.Media.Animation.LinearRectKeyFrame); break;