6 references to SplineByteKeyFrame
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (4)
52
:
this
()
61
:
this
()
71
:
this
()
93
return new
SplineByteKeyFrame
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9186
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Animation.
SplineByteKeyFrame
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1547
case KnownElements.SplineByteKeyFrame: o = new System.Windows.Media.Animation.
SplineByteKeyFrame
(); break;