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