3 writes to _y
PresentationCore (3)
System\Windows\Input\Stylus\Common\StylusPoint.cs (3)
92
_y
= GetClampedXYValue(y);
193
_y
= GetClampedXYValue(value);
353
_y
= GetClampedXYValue(dVal);
6 references to _y
PresentationCore (6)
System\Windows\Input\Stylus\Common\StylusPoint.cs (6)
182
get { return
_y
; }
278
return (int)
_y
;
490
stylusPoint1.
_y
== stylusPoint2.
_y
&&
583
_y
.GetHashCode() ^
636
data[1] = (int)
_y
;