11 references to DecreaseZoom
PresentationFramework (11)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (1)
273_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_Out, new CommandWithArgument(NavigationCommands.DecreaseZoom));
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
1682NavigationCommands.DecreaseZoom, 1838else if (args.Command == NavigationCommands.DecreaseZoom) 1950else if (args.Command == NavigationCommands.DecreaseZoom)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1378CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.DecreaseZoom, 1471else if (args.Command == NavigationCommands.DecreaseZoom)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1382CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.DecreaseZoom, 1474else if (args.Command == NavigationCommands.DecreaseZoom)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1276CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentPageViewer), NavigationCommands.DecreaseZoom, 1334else if (args.Command == NavigationCommands.DecreaseZoom)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
290knownCommand = NavigationCommands.DecreaseZoom;