1 write to DestroyedLocation
PresentationCore (1)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
3197
penContexts.
DestroyedLocation
= PointUtil.ClientToScreen(new Point(0, 0), hwndSource);
4 references to DestroyedLocation
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (4)
1412
Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.
DestroyedLocation
);
1532
ptScreen.Offset(penContextsOfPoints.
DestroyedLocation
.X, penContextsOfPoints.
DestroyedLocation
.Y);
1632
Point oldWindowLocation = _stylusLogic.MeasureUnitsFromDeviceUnits(report.InputSource, report.PenContext.Contexts.
DestroyedLocation
);