6 references to SplineInt64KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
804
:
this
()
813
:
this
()
823
:
this
()
842
return new
SplineInt64KeyFrame
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10259
DefaultConstructor = delegate () { return new System.Windows.Media.Animation.
SplineInt64KeyFrame
(); }
System\Windows\Markup\KnownTypes.cs (1)
1546
case KnownElements.SplineInt64KeyFrame: o = new System.Windows.Media.Animation.
SplineInt64KeyFrame
(); break;