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)
182get { return _y; } 278return (int)_y; 490stylusPoint1._y == stylusPoint2._y && 583_y.GetHashCode() ^ 636data[1] = (int)_y;