3 references to LinearThicknessKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6377bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.LinearThicknessKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1385case KnownElements.LinearThicknessKeyFrame: o = new System.Windows.Media.Animation.LinearThicknessKeyFrame(); break;
src\Framework\System\Windows\Media\Animation\Generated\LinearKeyFrames.cs (1)
74return new LinearThicknessKeyFrame();