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)
1682
NavigationCommands.
DecreaseZoom
,
1838
else if (args.Command == NavigationCommands.
DecreaseZoom
)
1950
else if (args.Command == NavigationCommands.
DecreaseZoom
)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1378
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
DecreaseZoom
,
1471
else if (args.Command == NavigationCommands.
DecreaseZoom
)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1382
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
DecreaseZoom
,
1474
else if (args.Command == NavigationCommands.
DecreaseZoom
)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1276
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentPageViewer), NavigationCommands.
DecreaseZoom
,
1334
else if (args.Command == NavigationCommands.
DecreaseZoom
)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
290
knownCommand = NavigationCommands.
DecreaseZoom
;