3 instantiations of SplineInt64KeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
891
return new
SplineInt64KeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9258
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineInt64KeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1553
case KnownElements.SplineInt64KeyFrame: o = new System.Windows.Media.Animation.
SplineInt64KeyFrame
(); break;
4 references to SplineInt64KeyFrame
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (1)
931
typeof(
SplineInt64KeyFrame
),
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
681
case 589: t = () => typeof(
SplineInt64KeyFrame
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9256
typeof(System.Windows.Media.Animation.
SplineInt64KeyFrame
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6133
case KnownElements.SplineInt64KeyFrame: t = typeof(System.Windows.Media.Animation.
SplineInt64KeyFrame
); break;