12 references to Zoom
PresentationFramework (12)
MS\Internal\AppModel\OleCmdHelper.cs (7)
233_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_400, new CommandWithArgument(NavigationCommands.Zoom, 400)); 234_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_250, new CommandWithArgument(NavigationCommands.Zoom, 250)); 235_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_150, new CommandWithArgument(NavigationCommands.Zoom, 150)); 236_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_100, new CommandWithArgument(NavigationCommands.Zoom, 100)); 237_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_75, new CommandWithArgument(NavigationCommands.Zoom, 75)); 238_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_50, new CommandWithArgument(NavigationCommands.Zoom, 50)); 239_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_25, new CommandWithArgument(NavigationCommands.Zoom, 25));
System\Windows\Controls\DocumentViewer.cs (4)
1632NavigationCommands.Zoom, 1705new InputBinding(NavigationCommands.Zoom, 1761args.Command == NavigationCommands.Zoom) 1912else if (args.Command == NavigationCommands.Zoom)
System\Windows\Input\Command\CommandConverter.cs (1)
283knownCommand = NavigationCommands.Zoom;