3 writes to _x
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
90
_x
= GetClampedXYValue(x);
172
_x
= GetClampedXYValue(value);
343
_x
= GetClampedXYValue(dVal);
6 references to _x
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPoint.cs (6)
161
get { return
_x
; }
273
return (int)
_x
;
488
stylusPoint1.
_x
== stylusPoint2.
_x
&&
581
_x
.GetHashCode() ^
634
data[0] = (int)
_x
;