5 references to FitToMaxPagesAcrossCommand
PresentationFramework (5)
MS\Internal\AppModel\OleCmdHelper.cs (1)
236
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_TwoPages, new CommandWithArgument(DocumentViewer.
FitToMaxPagesAcrossCommand
, 2));
System\Windows\Controls\DocumentViewer.cs (4)
1703
new InputBinding(DocumentViewer.
FitToMaxPagesAcrossCommand
,
1713
new InputBinding(DocumentViewer.
FitToMaxPagesAcrossCommand
,
1748
args.Command ==
FitToMaxPagesAcrossCommand
||
1860
else if (args.Command ==
FitToMaxPagesAcrossCommand
)