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