6 references to SystemCommands
PresentationFramework (6)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
831
SystemCommands
.ShowSystemMenuPhysicalCoordinates(_window, new Point(Utility.GET_X_LPARAM(lParam), Utility.GET_Y_LPARAM(lParam)));
src\Framework\System\Windows\SystemCommands.cs (5)
21
CloseWindowCommand = new RoutedCommand("CloseWindow", typeof(
SystemCommands
));
22
MaximizeWindowCommand = new RoutedCommand("MaximizeWindow", typeof(
SystemCommands
));
23
MinimizeWindowCommand = new RoutedCommand("MinimizeWindow", typeof(
SystemCommands
));
24
RestoreWindowCommand = new RoutedCommand("RestoreWindow", typeof(
SystemCommands
));
25
ShowSystemMenuCommand = new RoutedCommand("ShowSystemMenu", typeof(
SystemCommands
));