3 writes to _x
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
91
_x
= GetClampedXYValue(x);
173
_x
= GetClampedXYValue(value);
344
_x
= GetClampedXYValue(dVal);
6 references to _x
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPoint.cs (6)
162
get { return
_x
; }
274
return (int)
_x
;
489
stylusPoint1.
_x
== stylusPoint2.
_x
&&
582
_x
.GetHashCode() ^
635
data[0] = (int)
_x
;