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