3 instantiations of SplineThicknessKeyFrame
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9354bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineThicknessKeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1561case KnownElements.SplineThicknessKeyFrame: o = new System.Windows.Media.Animation.SplineThicknessKeyFrame(); break;
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
93return new SplineThicknessKeyFrame();
4 references to SplineThicknessKeyFrame
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
689case 597: t = () => typeof(SplineThicknessKeyFrame); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9352typeof(System.Windows.Media.Animation.SplineThicknessKeyFrame),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6141case KnownElements.SplineThicknessKeyFrame: t = typeof(System.Windows.Media.Animation.SplineThicknessKeyFrame); break;
src\Framework\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
133typeof(SplineThicknessKeyFrame),