13 references to RoutedUICommand
PresentationCore (1)
System\Windows\Input\Command\RoutedUICommand.cs (1)
39
:
this
(text, name, ownerType, null)
PresentationFramework (11)
System\Windows\Annotations\AnnotationService.cs (6)
466
public static readonly RoutedUICommand CreateHighlightCommand = new
RoutedUICommand
(SR.CreateHighlight, "CreateHighlight", typeof(AnnotationService), null);
471
public static readonly RoutedUICommand CreateTextStickyNoteCommand = new
RoutedUICommand
(SR.CreateTextNote, "CreateTextStickyNote", typeof(AnnotationService), null);
476
public static readonly RoutedUICommand CreateInkStickyNoteCommand = new
RoutedUICommand
(SR.CreateInkNote, "CreateInkStickyNote", typeof(AnnotationService), null);
481
public static readonly RoutedUICommand ClearHighlightsCommand = new
RoutedUICommand
(SR.ClearHighlight, "ClearHighlights", typeof(AnnotationService), null);
486
public static readonly RoutedUICommand DeleteStickyNotesCommand = new
RoutedUICommand
(SR.DeleteNotes, "DeleteStickyNotes", typeof(AnnotationService), null);
491
public static readonly RoutedUICommand DeleteAnnotationsCommand = new
RoutedUICommand
(SR.DeleteAnnotations, "DeleteAnnotations", typeof(AnnotationService), null);
System\Windows\Controls\DocumentViewer.cs (4)
1491
_viewThumbnailsCommand = new
RoutedUICommand
(SR.DocumentViewerViewThumbnailsCommandText,
1505
_fitToWidthCommand = new
RoutedUICommand
(
1520
_fitToHeightCommand = new
RoutedUICommand
(
1535
_fitToMaxPagesAcrossCommand = new
RoutedUICommand
(
System\Windows\Controls\FlowDocumentReader.cs (1)
655
public static readonly RoutedUICommand SwitchViewingModeCommand = new
RoutedUICommand
(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2114
RoutedUICommand command = new
RoutedUICommand
(header, name, typeof(DocumentApplicationDocumentViewer), gestures);