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