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