6 references to SplineInt16KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
584: this() 593: this() 603: this() 625return new SplineInt16KeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9234bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineInt16KeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1551case KnownElements.SplineInt16KeyFrame: o = new System.Windows.Media.Animation.SplineInt16KeyFrame(); break;