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