3 writes to _y
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
91
_y
= GetClampedXYValue(y);
192
_y
= GetClampedXYValue(value);
352
_y
= GetClampedXYValue(dVal);
6 references to _y
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPoint.cs (6)
181
get { return
_y
; }
277
return (int)
_y
;
489
stylusPoint1.
_y
== stylusPoint2.
_y
&&
582
_y
.GetHashCode() ^
635
data[1] = (int)
_y
;