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