1 write to MinimizeWindowCommand
PresentationFramework (1)
System\Windows\SystemCommands.cs (1)
26
MinimizeWindowCommand
= new RoutedCommand("MinimizeWindow", typeof(SystemCommands));
1 reference to MinimizeWindowCommand
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (1)
34
private static ICommand _minimizeWindowCommand = System.Windows.SystemCommands.
MinimizeWindowCommand
;