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