6 references to SplineInt64KeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
850: this() 859: this() 869: this() 891return new SplineInt64KeyFrame();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9258bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.SplineInt64KeyFrame(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1553case KnownElements.SplineInt64KeyFrame: o = new System.Windows.Media.Animation.SplineInt64KeyFrame(); break;