13 references to RoutedUICommand
PresentationCore (1)
System\Windows\Input\Command\RoutedUICommand.cs (1)
34
:
this
(text, name, ownerType, null)
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (6)
452
public static readonly RoutedUICommand CreateHighlightCommand = new
RoutedUICommand
(SR.CreateHighlight, "CreateHighlight", typeof(AnnotationService), null);
457
public static readonly RoutedUICommand CreateTextStickyNoteCommand = new
RoutedUICommand
(SR.CreateTextNote, "CreateTextStickyNote", typeof(AnnotationService), null);
462
public static readonly RoutedUICommand CreateInkStickyNoteCommand = new
RoutedUICommand
(SR.CreateInkNote, "CreateInkStickyNote", typeof(AnnotationService), null);
467
public static readonly RoutedUICommand ClearHighlightsCommand = new
RoutedUICommand
(SR.ClearHighlight, "ClearHighlights", typeof(AnnotationService), null);
472
public static readonly RoutedUICommand DeleteStickyNotesCommand = new
RoutedUICommand
(SR.DeleteNotes, "DeleteStickyNotes", typeof(AnnotationService), null);
477
public static readonly RoutedUICommand DeleteAnnotationsCommand = new
RoutedUICommand
(SR.DeleteAnnotations, "DeleteAnnotations", typeof(AnnotationService), null);
System\Windows\Controls\DocumentViewer.cs (4)
1424
_viewThumbnailsCommand = new
RoutedUICommand
(SR.DocumentViewerViewThumbnailsCommandText,
1438
_fitToWidthCommand = new
RoutedUICommand
(
1453
_fitToHeightCommand = new
RoutedUICommand
(
1468
_fitToMaxPagesAcrossCommand = new
RoutedUICommand
(
System\Windows\Controls\FlowDocumentReader.cs (1)
649
public static readonly RoutedUICommand SwitchViewingModeCommand = new
RoutedUICommand
(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2106
RoutedUICommand command = new
RoutedUICommand
(header, name, typeof(DocumentApplicationDocumentViewer), gestures);