3 writes to _y
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
102
_y
= GetClampedXYValue(y);
203
_y
= GetClampedXYValue(value);
363
_y
= GetClampedXYValue(dVal);
6 references to _y
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPoint.cs (6)
192
get { return
_y
; }
288
return (int)
_y
;
500
stylusPoint1.
_y
== stylusPoint2.
_y
&&
593
_y
.GetHashCode() ^
646
data[1] = (int)
_y
;