6 references to SplineInt32KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
717: this() 726: this() 736: this() 758return new SplineInt32KeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9246bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineInt32KeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1552case KnownElements.SplineInt32KeyFrame: o = new System.Windows.Media.Animation.SplineInt32KeyFrame(); break;