6 references to SplineInt32KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
683: this() 692: this() 702: this() 721return new SplineInt32KeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10244DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineInt32KeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1544case KnownElements.SplineInt32KeyFrame: o = new System.Windows.Media.Animation.SplineInt32KeyFrame(); break;