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