1 write to RestoreWindowCommand
PresentationFramework (1)
System\Windows\SystemCommands.cs (1)
25
RestoreWindowCommand
= new RoutedCommand("RestoreWindow", typeof(SystemCommands));
3 references to RestoreWindowCommand
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (2)
337
else if (SystemCommands.
RestoreWindowCommand
.CanExecute(null, ribbonWindow))
339
SystemCommands.
RestoreWindowCommand
.Execute(/*parameter*/ null, /* target*/ ribbonWindow);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
31
private static ICommand _restoreWindowCommand = System.Windows.SystemCommands.
RestoreWindowCommand
;