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