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