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