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