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)
192get { return _y; } 288return (int)_y; 500stylusPoint1._y == stylusPoint2._y && 593_y.GetHashCode() ^ 646data[1] = (int)_y;