4 references to ptPixelLocationRaw
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (4)
637Point rawScreenPoint = new Point(_pointerData.Info.ptPixelLocationRaw.X, _pointerData.Info.ptPixelLocationRaw.Y); 762Point curPoint = new Point(_pointerData.Info.ptPixelLocationRaw.X, _pointerData.Info.ptPixelLocationRaw.Y);