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