12 references to Zoom
PresentationFramework (12)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (7)
274_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_400, new CommandWithArgument(NavigationCommands.Zoom, 400)); 275_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_250, new CommandWithArgument(NavigationCommands.Zoom, 250)); 276_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_150, new CommandWithArgument(NavigationCommands.Zoom, 150)); 277_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_100, new CommandWithArgument(NavigationCommands.Zoom, 100)); 278_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_75, new CommandWithArgument(NavigationCommands.Zoom, 75)); 279_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_50, new CommandWithArgument(NavigationCommands.Zoom, 50)); 280_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_25, new CommandWithArgument(NavigationCommands.Zoom, 25));
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1657NavigationCommands.Zoom, 1730new InputBinding(NavigationCommands.Zoom, 1794args.Command == NavigationCommands.Zoom) 1946else if (args.Command == NavigationCommands.Zoom)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
293knownCommand = NavigationCommands.Zoom;