3 instantiations of LinearRectKeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
921return new LinearRectKeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6329bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.LinearRectKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1381case KnownElements.LinearRectKeyFrame: o = new System.Windows.Media.Animation.LinearRectKeyFrame(); break;
3 references to LinearRectKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
457case 365: t = () => typeof(LinearRectKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6327typeof(System.Windows.Media.Animation.LinearRectKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5909case KnownElements.LinearRectKeyFrame: t = typeof(System.Windows.Media.Animation.LinearRectKeyFrame); break;