12 references to Zoom
PresentationFramework (12)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (7)
274
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_400, new CommandWithArgument(NavigationCommands.
Zoom
, 400));
275
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_250, new CommandWithArgument(NavigationCommands.
Zoom
, 250));
276
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_150, new CommandWithArgument(NavigationCommands.
Zoom
, 150));
277
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_100, new CommandWithArgument(NavigationCommands.
Zoom
, 100));
278
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_75, new CommandWithArgument(NavigationCommands.
Zoom
, 75));
279
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_50, new CommandWithArgument(NavigationCommands.
Zoom
, 50));
280
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_25, new CommandWithArgument(NavigationCommands.
Zoom
, 25));
src\Framework\System\Windows\Controls\DocumentViewer.cs (4)
1657
NavigationCommands.
Zoom
,
1730
new InputBinding(NavigationCommands.
Zoom
,
1794
args.Command == NavigationCommands.
Zoom
)
1946
else if (args.Command == NavigationCommands.
Zoom
)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
293
knownCommand = NavigationCommands.
Zoom
;