11 references to DecreaseZoom
PresentationFramework (11)
MS\Internal\AppModel\OleCmdHelper.cs (1)
226_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_Out, new CommandWithArgument(NavigationCommands.DecreaseZoom));
System\Windows\Controls\DocumentViewer.cs (3)
1645NavigationCommands.DecreaseZoom, 1793else if (args.Command == NavigationCommands.DecreaseZoom) 1904else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Controls\FlowDocumentReader.cs (2)
1367CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.DecreaseZoom, 1460else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1371CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.DecreaseZoom, 1463else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Controls\SinglePageViewer.cs (2)
1266CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentPageViewer), NavigationCommands.DecreaseZoom, 1324else if (args.Command == NavigationCommands.DecreaseZoom)
System\Windows\Input\Command\CommandConverter.cs (1)
275knownCommand = NavigationCommands.DecreaseZoom;