3 references to FitToWidthCommand
PresentationFramework (3)
MS\Internal\AppModel\OleCmdHelper.cs (1)
240
_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_PageWidth, new CommandWithArgument(DocumentViewer.
FitToWidthCommand
));
System\Windows\Controls\DocumentViewer.cs (2)
1758
args.Command ==
FitToWidthCommand
||
1864
else if (args.Command ==
FitToWidthCommand
)