1 write to CloseWindowCommand
PresentationFramework (1)
System\Windows\SystemCommands.cs (1)
24CloseWindowCommand = new RoutedCommand("CloseWindow", typeof(SystemCommands));
3 references to CloseWindowCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (3)
37private static ICommand _closeWindowCommand = System.Windows.SystemCommands.CloseWindowCommand; 339if (SystemCommands.CloseWindowCommand.CanExecute(null, this)) 341SystemCommands.CloseWindowCommand.Execute(null, this);