1 write to _Cx
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (1)
284
_Cx
= 3 * _controlPoint2.X;
3 references to _Cx
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\KeySpline.cs (3)
285
_Cx_Bx = 2 * (
_Cx
- _Bx);
286
_three_Cx = 3 -
_Cx
;
325
x = _Bx * t * s2 +
_Cx
* t2 * s + t2 * t;