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