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