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