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