11 references to DecreaseZoom
PresentationFramework (11)
MS\Internal\AppModel\OleCmdHelper.cs (1)
232_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_Out, new CommandWithArgument(NavigationCommands.DecreaseZoom));
System\Windows\Controls\DocumentViewer.cs (3)
1657NavigationCommands.DecreaseZoom, 1805else if (args.Command == NavigationCommands.DecreaseZoom) 1916else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Controls\FlowDocumentReader.cs (2)
1372CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.DecreaseZoom, 1465else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1374CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.DecreaseZoom, 1466else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Controls\SinglePageViewer.cs (2)
1269CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentPageViewer), NavigationCommands.DecreaseZoom, 1327else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Input\Command\CommandConverter.cs (1)
280knownCommand = NavigationCommands.DecreaseZoom;