2 references to ShowSystemMenuPhysicalCoordinates
PresentationFramework (2)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
831SystemCommands.ShowSystemMenuPhysicalCoordinates(_window, new Point(Utility.GET_X_LPARAM(lParam), Utility.GET_Y_LPARAM(lParam)));
src\Framework\System\Windows\SystemCommands.cs (1)
103ShowSystemMenuPhysicalCoordinates(window, DpiHelper.LogicalPixelsToDevice(screenLocation, dpi.DpiScaleX, dpi.DpiScaleY));