5 references to FitToMaxPagesAcrossCommand
PresentationFramework (5)
MS\Internal\AppModel\OleCmdHelper.cs (1)
242
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_TwoPages, new CommandWithArgument(DocumentViewer.
FitToMaxPagesAcrossCommand
, 2));
System\Windows\Controls\DocumentViewer.cs (4)
1715
new InputBinding(DocumentViewer.
FitToMaxPagesAcrossCommand
,
1725
new InputBinding(DocumentViewer.
FitToMaxPagesAcrossCommand
,
1760
args.Command ==
FitToMaxPagesAcrossCommand
||
1872
else if (args.Command ==
FitToMaxPagesAcrossCommand
)