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