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)
1791args.Command == FitToWidthCommand || 1898else if (args.Command == FitToWidthCommand)