6 references to SplineInt32KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
677
:
this
()
686
:
this
()
696
:
this
()
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;