3 instantiations of SplineThicknessKeyFrame
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10370
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineThicknessKeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1553
case KnownElements.SplineThicknessKeyFrame: o = new System.Windows.Media.Animation.
SplineThicknessKeyFrame
(); break;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
86
return new
SplineThicknessKeyFrame
();
4 references to SplineThicknessKeyFrame
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
690
case 597: t = () => typeof(
SplineThicknessKeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10367
typeof(System.Windows.Media.Animation.
SplineThicknessKeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6144
case KnownElements.SplineThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.
SplineThicknessKeyFrame
); break;
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
126
typeof(
SplineThicknessKeyFrame
),