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)
1790if (args.Command == ViewThumbnailsCommand || 1894if (args.Command == ViewThumbnailsCommand)