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