3 instantiations of SplineInt64KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
849
return new
SplineInt64KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9262
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineInt64KeyFrame
(); };
System\Windows\Markup\KnownTypes.cs (1)
1552
case KnownElements.SplineInt64KeyFrame: o = new System.Windows.Media.Animation.
SplineInt64KeyFrame
(); break;
4 references to SplineInt64KeyFrame
PresentationCore (1)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
889
typeof(
SplineInt64KeyFrame
),
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
685
case 589: t = () => typeof(
SplineInt64KeyFrame
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9260
typeof(System.Windows.Media.Animation.
SplineInt64KeyFrame
),
System\Windows\Markup\KnownTypes.cs (1)
6143
case KnownElements.SplineInt64KeyFrame: t = typeof(System.Windows.Media.Animation.
SplineInt64KeyFrame
); break;