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