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