3 instantiations of SplineInt32KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
715
return new
SplineInt32KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10245
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineInt32KeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1545
case KnownElements.SplineInt32KeyFrame: o = new System.Windows.Media.Animation.
SplineInt32KeyFrame
(); break;
4 references to SplineInt32KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
755
typeof(
SplineInt32KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
682
case 588: t = () => typeof(
SplineInt32KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10242
typeof(System.Windows.Media.Animation.
SplineInt32KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6136
case KnownElements.SplineInt32KeyFrame: t = typeof(System.Windows.Media.Animation.
SplineInt32KeyFrame
); break;