6 references to SystemCommands
PresentationFramework (6)
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 (5)
21CloseWindowCommand = new RoutedCommand("CloseWindow", typeof(SystemCommands)); 22MaximizeWindowCommand = new RoutedCommand("MaximizeWindow", typeof(SystemCommands)); 23MinimizeWindowCommand = new RoutedCommand("MinimizeWindow", typeof(SystemCommands)); 24RestoreWindowCommand = new RoutedCommand("RestoreWindow", typeof(SystemCommands)); 25ShowSystemMenuCommand = new RoutedCommand("ShowSystemMenu", typeof(SystemCommands));