3 writes to _x
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
101
_x
= GetClampedXYValue(x);
183
_x
= GetClampedXYValue(value);
354
_x
= GetClampedXYValue(dVal);
6 references to _x
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPoint.cs (6)
172
get { return
_x
; }
284
return (int)
_x
;
499
stylusPoint1.
_x
== stylusPoint2.
_x
&&
592
_x
.GetHashCode() ^
645
data[0] = (int)
_x
;