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