6 references to SplineInt32KeyFrame
PresentationCore (4)
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
677: this() 686: this() 696: this() 715return new SplineInt32KeyFrame();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10245DefaultConstructor = delegate () { return new System.Windows.Media.Animation.SplineInt32KeyFrame(); }
System\Windows\Markup\KnownTypes.cs (1)
1545case KnownElements.SplineInt32KeyFrame: o = new System.Windows.Media.Animation.SplineInt32KeyFrame(); break;