3 references to X
PresentationCore (3)
MS\Win32\UnsafeNativeMethodsPointer.cs (1)
360
return $"X: {
X
}, Y: {Y}";
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (2)
620
Point rawScreenPoint = new Point(_pointerData.Info.ptPixelLocationRaw.
X
, _pointerData.Info.ptPixelLocationRaw.Y);
745
Point curPoint = new Point(_pointerData.Info.ptPixelLocationRaw.
X
, _pointerData.Info.ptPixelLocationRaw.Y);