3 references to FitToHeightCommand
PresentationFramework (3)
MS\Internal\AppModel\OleCmdHelper.cs (1)
241_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_WholePage, new CommandWithArgument(DocumentViewer.FitToHeightCommand));
System\Windows\Controls\DocumentViewer.cs (2)
1759args.Command == FitToHeightCommand || 1868else if (args.Command == FitToHeightCommand)