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