3 references to FitToWidthCommand
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (1)
281
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_PageWidth, new CommandWithArgument(DocumentViewer.
FitToWidthCommand
));
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
1791
args.Command ==
FitToWidthCommand
||
1898
else if (args.Command ==
FitToWidthCommand
)