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