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)
1745
if (args.Command ==
ViewThumbnailsCommand
||
1848
if (args.Command ==
ViewThumbnailsCommand
)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2084
DocumentViewer.
ViewThumbnailsCommand
.InputGestures.Add(new KeyGesture(Key.D5, ModifierKeys.Control));