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