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