12 references to Zoom
PresentationFramework (12)
MS\Internal\AppModel\OleCmdHelper.cs (7)
233
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_400, new CommandWithArgument(NavigationCommands.
Zoom
, 400));
234
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_250, new CommandWithArgument(NavigationCommands.
Zoom
, 250));
235
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_150, new CommandWithArgument(NavigationCommands.
Zoom
, 150));
236
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_100, new CommandWithArgument(NavigationCommands.
Zoom
, 100));
237
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_75, new CommandWithArgument(NavigationCommands.
Zoom
, 75));
238
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_50, new CommandWithArgument(NavigationCommands.
Zoom
, 50));
239
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_25, new CommandWithArgument(NavigationCommands.
Zoom
, 25));
System\Windows\Controls\DocumentViewer.cs (4)
1632
NavigationCommands.
Zoom
,
1705
new InputBinding(NavigationCommands.
Zoom
,
1761
args.Command == NavigationCommands.
Zoom
)
1912
else if (args.Command == NavigationCommands.
Zoom
)
System\Windows\Input\Command\CommandConverter.cs (1)
283
knownCommand = NavigationCommands.
Zoom
;