4 references to ViewThumbnailsCommand
PresentationFramework (3)
MS\Internal\AppModel\OleCmdHelper.cs (1)
237_applicationCommandsMappingTable.Add((uint)AppCommands.View_Zoom_Thumbnails, new CommandWithArgument(DocumentViewer.ViewThumbnailsCommand));
System\Windows\Controls\DocumentViewer.cs (2)
1745if (args.Command == ViewThumbnailsCommand || 1848if (args.Command == ViewThumbnailsCommand)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2084DocumentViewer.ViewThumbnailsCommand.InputGestures.Add(new KeyGesture(Key.D5, ModifierKeys.Control));