3 references to ViewThumbnailsCommand
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (1)
284
_applicationCommandsMappingTable.Value.Add((uint)AppCommands.View_Zoom_Thumbnails, new CommandWithArgument(DocumentViewer.
ViewThumbnailsCommand
));
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
1790
if (args.Command ==
ViewThumbnailsCommand
||
1894
if (args.Command ==
ViewThumbnailsCommand
)