29 instantiations of RoutedUICommand
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
27
RoutedUICommand routedUICommand = new
RoutedUICommand
(name, ownerType, commandId)
System\Windows\Input\Command\ComponentCommands.cs (1)
505
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand)
System\Windows\Input\Command\MediaCommands.cs (1)
444
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand)
PresentationFramework (19)
System\Windows\Annotations\AnnotationService.cs (6)
453
public static readonly RoutedUICommand CreateHighlightCommand = new
RoutedUICommand
(SR.CreateHighlight, "CreateHighlight", typeof(AnnotationService), null);
458
public static readonly RoutedUICommand CreateTextStickyNoteCommand = new
RoutedUICommand
(SR.CreateTextNote, "CreateTextStickyNote", typeof(AnnotationService), null);
463
public static readonly RoutedUICommand CreateInkStickyNoteCommand = new
RoutedUICommand
(SR.CreateInkNote, "CreateInkStickyNote", typeof(AnnotationService), null);
468
public static readonly RoutedUICommand ClearHighlightsCommand = new
RoutedUICommand
(SR.ClearHighlight, "ClearHighlights", typeof(AnnotationService), null);
473
public static readonly RoutedUICommand DeleteStickyNotesCommand = new
RoutedUICommand
(SR.DeleteNotes, "DeleteStickyNotes", typeof(AnnotationService), null);
478
public static readonly RoutedUICommand DeleteAnnotationsCommand = new
RoutedUICommand
(SR.DeleteAnnotations, "DeleteAnnotations", typeof(AnnotationService), null);
System\Windows\Controls\DocumentViewer.cs (4)
1479
_viewThumbnailsCommand = new
RoutedUICommand
(SR.DocumentViewerViewThumbnailsCommandText,
1493
_fitToWidthCommand = new
RoutedUICommand
(
1508
_fitToHeightCommand = new
RoutedUICommand
(
1523
_fitToMaxPagesAcrossCommand = new
RoutedUICommand
(
System\Windows\Controls\FlowDocumentReader.cs (1)
650
public static readonly RoutedUICommand SwitchViewingModeCommand = new
RoutedUICommand
(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null);
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1336
_commandLineDown = new
RoutedUICommand
(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
1337
_commandLineUp = new
RoutedUICommand
(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
1338
_commandLineLeft = new
RoutedUICommand
(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
1339
_commandLineRight = new
RoutedUICommand
(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer));
System\Windows\Controls\ListBox.cs (1)
1060
new
RoutedUICommand
(SR.ListBoxSelectAllText, "SelectAll", typeof(ListBox));
System\Windows\Documents\EditingCommands.cs (1)
459
command = new
RoutedUICommand
(commandPropertyName, commandPropertyName, typeof(EditingCommands));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9514
DefaultConstructor = delegate () { return new System.Windows.Input.
RoutedUICommand
(); },
System\Windows\Markup\KnownTypes.cs (1)
1508
case KnownElements.RoutedUICommand: o = new System.Windows.Input.
RoutedUICommand
(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2110
RoutedUICommand command = new
RoutedUICommand
(header, name, typeof(DocumentApplicationDocumentViewer), gestures);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonCommands.cs (6)
25
AddToQuickAccessToolBarCommand = new
RoutedUICommand
(RibbonContextMenu.AddToQATText, "AddToQuickAccessToolBar", typeof(RibbonCommands));
26
RemoveFromQuickAccessToolBarCommand = new
RoutedUICommand
(RibbonContextMenu.RemoveFromQATText, "RemoveFromQuickAccessToolBar", typeof(RibbonCommands));
27
MinimizeRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.MinimizeTheRibbonText, "MinimizeRibbon", typeof(RibbonCommands));
28
MaximizeRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.MaximizeTheRibbonText, "MaximizeRibbon", typeof(RibbonCommands));
29
ShowQuickAccessToolBarAboveRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.ShowQATAboveText, "ShowQuickAccessToolBarAboveRibbon", typeof(RibbonCommands));
30
ShowQuickAccessToolBarBelowRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.ShowQATBelowText, "ShowQuickAccessToolBarBelowRibbon", typeof(RibbonCommands));
351 references to RoutedUICommand
PresentationCore (109)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (2)
25
internal static
RoutedUICommand
CreateUICommand(string name, Type ownerType, byte commandId)
27
RoutedUICommand
routedUICommand = new RoutedUICommand(name, ownerType, commandId)
System\Windows\Input\Command\ApplicationCommands.cs (27)
29
public static
RoutedUICommand
Cut
37
public static
RoutedUICommand
Copy
45
public static
RoutedUICommand
Paste
53
public static
RoutedUICommand
Delete
61
public static
RoutedUICommand
Undo
69
public static
RoutedUICommand
Redo
77
public static
RoutedUICommand
Find
85
public static
RoutedUICommand
Replace
93
public static
RoutedUICommand
SelectAll
101
public static
RoutedUICommand
Help
109
public static
RoutedUICommand
New
117
public static
RoutedUICommand
Open
125
public static
RoutedUICommand
Close
134
public static
RoutedUICommand
Save
142
public static
RoutedUICommand
SaveAs
150
public static
RoutedUICommand
Print
158
public static
RoutedUICommand
CancelPrint
166
public static
RoutedUICommand
PrintPreview
174
public static
RoutedUICommand
Properties
182
public static
RoutedUICommand
ContextMenu
190
public static
RoutedUICommand
Stop
198
public static
RoutedUICommand
CorrectionList
211
public static
RoutedUICommand
NotACommand
426
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
434
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
484
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\ComponentCommands.cs (31)
26
public static
RoutedUICommand
ScrollPageUp
34
public static
RoutedUICommand
ScrollPageDown
42
public static
RoutedUICommand
ScrollPageLeft
50
public static
RoutedUICommand
ScrollPageRight
58
public static
RoutedUICommand
ScrollByLine
66
public static
RoutedUICommand
MoveLeft
74
public static
RoutedUICommand
MoveRight
82
public static
RoutedUICommand
MoveUp
90
public static
RoutedUICommand
MoveDown
98
public static
RoutedUICommand
MoveToHome
106
public static
RoutedUICommand
MoveToEnd
114
public static
RoutedUICommand
MoveToPageUp
122
public static
RoutedUICommand
MoveToPageDown
130
public static
RoutedUICommand
ExtendSelectionUp
138
public static
RoutedUICommand
ExtendSelectionDown
146
public static
RoutedUICommand
ExtendSelectionLeft
154
public static
RoutedUICommand
ExtendSelectionRight
162
public static
RoutedUICommand
SelectToHome
170
public static
RoutedUICommand
SelectToEnd
178
public static
RoutedUICommand
SelectToPageUp
186
public static
RoutedUICommand
SelectToPageDown
194
public static
RoutedUICommand
MoveFocusUp
202
public static
RoutedUICommand
MoveFocusDown
210
public static
RoutedUICommand
MoveFocusForward
218
public static
RoutedUICommand
MoveFocusBack
226
public static
RoutedUICommand
MoveFocusPageUp
234
public static
RoutedUICommand
MoveFocusPageDown
497
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
505
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand)
560
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\MediaCommands.cs (28)
26
public static
RoutedUICommand
Play
34
public static
RoutedUICommand
Pause
42
public static
RoutedUICommand
Stop
50
public static
RoutedUICommand
Record
58
public static
RoutedUICommand
NextTrack
66
public static
RoutedUICommand
PreviousTrack
74
public static
RoutedUICommand
FastForward
82
public static
RoutedUICommand
Rewind
90
public static
RoutedUICommand
ChannelUp
98
public static
RoutedUICommand
ChannelDown
106
public static
RoutedUICommand
TogglePlayPause
114
public static
RoutedUICommand
Select
122
public static
RoutedUICommand
IncreaseVolume
130
public static
RoutedUICommand
DecreaseVolume
137
public static
RoutedUICommand
MuteVolume
144
public static
RoutedUICommand
IncreaseTreble
151
public static
RoutedUICommand
DecreaseTreble
158
public static
RoutedUICommand
IncreaseBass
165
public static
RoutedUICommand
DecreaseBass
172
public static
RoutedUICommand
BoostBass
179
public static
RoutedUICommand
IncreaseMicrophoneVolume
187
public static
RoutedUICommand
DecreaseMicrophoneVolume
194
public static
RoutedUICommand
MuteMicrophoneVolume
201
public static
RoutedUICommand
ToggleMicrophoneOnOff
436
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
444
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand)
496
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\NavigationCommands.cs (20)
28
public static
RoutedUICommand
BrowseBack
36
public static
RoutedUICommand
BrowseForward
44
public static
RoutedUICommand
BrowseHome
52
public static
RoutedUICommand
BrowseStop
60
public static
RoutedUICommand
Refresh
68
public static
RoutedUICommand
Favorites
76
public static
RoutedUICommand
Search
85
public static
RoutedUICommand
IncreaseZoom
93
public static
RoutedUICommand
DecreaseZoom
101
public static
RoutedUICommand
Zoom
109
public static
RoutedUICommand
NextPage
117
public static
RoutedUICommand
PreviousPage
125
public static
RoutedUICommand
FirstPage
133
public static
RoutedUICommand
LastPage
141
public static
RoutedUICommand
GoToPage
149
public static
RoutedUICommand
NavigateJournal
323
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
331
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
374
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
746
RoutedUICommand
command = GetIsScrollUp(flickData) ? ComponentCommands.ScrollPageUp : ComponentCommands.ScrollPageDown;
PresentationFramework (214)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
193
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command)
198
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command, string header, string inputGestureText)
System\Windows\Annotations\AnnotationService.cs (6)
453
public static readonly
RoutedUICommand
CreateHighlightCommand = new RoutedUICommand(SR.CreateHighlight, "CreateHighlight", typeof(AnnotationService), null);
458
public static readonly
RoutedUICommand
CreateTextStickyNoteCommand = new RoutedUICommand(SR.CreateTextNote, "CreateTextStickyNote", typeof(AnnotationService), null);
463
public static readonly
RoutedUICommand
CreateInkStickyNoteCommand = new RoutedUICommand(SR.CreateInkNote, "CreateInkStickyNote", typeof(AnnotationService), null);
468
public static readonly
RoutedUICommand
ClearHighlightsCommand = new RoutedUICommand(SR.ClearHighlight, "ClearHighlights", typeof(AnnotationService), null);
473
public static readonly
RoutedUICommand
DeleteStickyNotesCommand = new RoutedUICommand(SR.DeleteNotes, "DeleteStickyNotes", typeof(AnnotationService), null);
478
public static readonly
RoutedUICommand
DeleteAnnotationsCommand = new RoutedUICommand(SR.DeleteAnnotations, "DeleteAnnotations", typeof(AnnotationService), null);
System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (4)
24
RoutedUICommand
uiCommand = ((ButtonBase)Owner).Command as
RoutedUICommand
;
69
RoutedUICommand
uiCommand = bb.Command as
RoutedUICommand
;
System\Windows\Controls\DataGrid.cs (2)
2073
public static
RoutedUICommand
DeleteCommand
4325
public static
RoutedUICommand
SelectAllCommand
System\Windows\Controls\DocumentViewer.cs (8)
301
public static
RoutedUICommand
ViewThumbnailsCommand
314
public static
RoutedUICommand
FitToWidthCommand
327
public static
RoutedUICommand
FitToHeightCommand
340
public static
RoutedUICommand
FitToMaxPagesAcrossCommand
2646
private static
RoutedUICommand
_viewThumbnailsCommand;
2647
private static
RoutedUICommand
_fitToWidthCommand;
2648
private static
RoutedUICommand
_fitToHeightCommand;
2649
private static
RoutedUICommand
_fitToMaxPagesAcrossCommand;
System\Windows\Controls\FlowDocumentReader.cs (1)
650
public static readonly
RoutedUICommand
SwitchViewingModeCommand = new RoutedUICommand(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null);
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1832
private static
RoutedUICommand
_commandLineDown; // Private LineDown command
1833
private static
RoutedUICommand
_commandLineUp; // Private LineUp command
1834
private static
RoutedUICommand
_commandLineLeft; // Private LineLeft command
1835
private static
RoutedUICommand
_commandLineRight; // Private LineRight command
System\Windows\Controls\ListBox.cs (1)
1059
private static
RoutedUICommand
SelectAllCommand =
System\Windows\Controls\MenuItem.cs (3)
335
RoutedUICommand
uiCommand;
340
uiCommand = menuItem.Command as
RoutedUICommand
;
349
uiCommand = value as
RoutedUICommand
;
System\Windows\Documents\EditingCommands.cs (178)
32
public static
RoutedUICommand
ToggleInsert { get { return EnsureCommand(ref _ToggleInsert , "ToggleInsert" ); } }
40
public static
RoutedUICommand
Delete { get { return EnsureCommand(ref _Delete , "Delete" ); } }
42
internal static
RoutedUICommand
Clear { get { return EnsureCommand(ref _Clear , "Clear" ); } }
51
public static
RoutedUICommand
Backspace { get { return EnsureCommand(ref _Backspace , "Backspace" ); } }
56
public static
RoutedUICommand
DeleteNextWord { get { return EnsureCommand(ref _DeleteNextWord , "DeleteNextWord" ); } }
61
public static
RoutedUICommand
DeletePreviousWord { get { return EnsureCommand(ref _DeletePreviousWord , "DeletePreviousWord" ); } }
70
public static
RoutedUICommand
EnterParagraphBreak { get { return EnsureCommand(ref _EnterParagraphBreak , "EnterParagraphBreak" ); } }
75
public static
RoutedUICommand
EnterLineBreak { get { return EnsureCommand(ref _EnterLineBreak , "EnterLineBreak" ); } }
88
public static
RoutedUICommand
TabForward { get { return EnsureCommand(ref _TabForward , "TabForward" ); } }
99
public static
RoutedUICommand
TabBackward { get { return EnsureCommand(ref _TabBackward , "TabBackward" ); } }
106
public static
RoutedUICommand
MoveRightByCharacter { get { return EnsureCommand(ref _MoveRightByCharacter , "MoveRightByCharacter" ); } }
111
public static
RoutedUICommand
MoveLeftByCharacter { get { return EnsureCommand(ref _MoveLeftByCharacter , "MoveLeftByCharacter" ); } }
116
public static
RoutedUICommand
MoveRightByWord { get { return EnsureCommand(ref _MoveRightByWord , "MoveRightByWord" ); } }
121
public static
RoutedUICommand
MoveLeftByWord { get { return EnsureCommand(ref _MoveLeftByWord , "MoveLeftByWord" ); } }
126
public static
RoutedUICommand
MoveDownByLine { get { return EnsureCommand(ref _MoveDownByLine , "MoveDownByLine" ); } }
131
public static
RoutedUICommand
MoveUpByLine { get { return EnsureCommand(ref _MoveUpByLine , "MoveUpByLine" ); } }
136
public static
RoutedUICommand
MoveDownByParagraph { get { return EnsureCommand(ref _MoveDownByParagraph , "MoveDownByParagraph" ); } }
141
public static
RoutedUICommand
MoveUpByParagraph { get { return EnsureCommand(ref _MoveUpByParagraph , "MoveUpByParagraph" ); } }
147
public static
RoutedUICommand
MoveDownByPage { get { return EnsureCommand(ref _MoveDownByPage , "MoveDownByPage" ); } }
153
public static
RoutedUICommand
MoveUpByPage { get { return EnsureCommand(ref _MoveUpByPage , "MoveUpByPage" ); } }
159
public static
RoutedUICommand
MoveToLineStart { get { return EnsureCommand(ref _MoveToLineStart , "MoveToLineStart" ); } }
165
public static
RoutedUICommand
MoveToLineEnd { get { return EnsureCommand(ref _MoveToLineEnd , "MoveToLineEnd" ); } }
170
public static
RoutedUICommand
MoveToDocumentStart { get { return EnsureCommand(ref _MoveToDocumentStart , "MoveToDocumentStart" ); } }
175
public static
RoutedUICommand
MoveToDocumentEnd { get { return EnsureCommand(ref _MoveToDocumentEnd , "MoveToDocumentEnd" ); } }
183
public static
RoutedUICommand
SelectRightByCharacter { get { return EnsureCommand(ref _SelectRightByCharacter , "SelectRightByCharacter" ); } }
188
public static
RoutedUICommand
SelectLeftByCharacter { get { return EnsureCommand(ref _SelectLeftByCharacter , "SelectLeftByCharacter" ); } }
193
public static
RoutedUICommand
SelectRightByWord { get { return EnsureCommand(ref _SelectRightByWord , "SelectRightByWord" ); } }
198
public static
RoutedUICommand
SelectLeftByWord { get { return EnsureCommand(ref _SelectLeftByWord , "SelectLeftByWord" ); } }
203
public static
RoutedUICommand
SelectDownByLine { get { return EnsureCommand(ref _SelectDownByLine , "SelectDownByLine" ); } }
208
public static
RoutedUICommand
SelectUpByLine { get { return EnsureCommand(ref _SelectUpByLine , "SelectUpByLine" ); } }
213
public static
RoutedUICommand
SelectDownByParagraph { get { return EnsureCommand(ref _SelectDownByParagraph , "SelectDownByParagraph" ); } }
218
public static
RoutedUICommand
SelectUpByParagraph { get { return EnsureCommand(ref _SelectUpByParagraph , "SelectUpByParagraph" ); } }
223
public static
RoutedUICommand
SelectDownByPage { get { return EnsureCommand(ref _SelectDownByPage , "SelectDownByPage" ); } }
228
public static
RoutedUICommand
SelectUpByPage { get { return EnsureCommand(ref _SelectUpByPage , "SelectUpByPage" ); } }
233
public static
RoutedUICommand
SelectToLineStart { get { return EnsureCommand(ref _SelectToLineStart , "SelectToLineStart" ); } }
238
public static
RoutedUICommand
SelectToLineEnd { get { return EnsureCommand(ref _SelectToLineEnd , "SelectToLineEnd" ); } }
243
public static
RoutedUICommand
SelectToDocumentStart { get { return EnsureCommand(ref _SelectToDocumentStart , "SelectToDocumentStart" ); } }
248
public static
RoutedUICommand
SelectToDocumentEnd { get { return EnsureCommand(ref _SelectToDocumentEnd , "SelectToDocumentEnd" ); } }
262
public static
RoutedUICommand
ToggleBold { get { return EnsureCommand(ref _ToggleBold , "ToggleBold" ); } }
267
public static
RoutedUICommand
ToggleItalic { get { return EnsureCommand(ref _ToggleItalic , "ToggleItalic" ); } }
272
public static
RoutedUICommand
ToggleUnderline { get { return EnsureCommand(ref _ToggleUnderline , "ToggleUnderline" ); } }
277
public static
RoutedUICommand
ToggleSubscript { get { return EnsureCommand(ref _ToggleSubscript , "ToggleSubscript" ); } }
282
public static
RoutedUICommand
ToggleSuperscript { get { return EnsureCommand(ref _ToggleSuperscript , "ToggleSuperscript" ); } }
287
public static
RoutedUICommand
IncreaseFontSize { get { return EnsureCommand(ref _IncreaseFontSize , "IncreaseFontSize" ); } }
292
public static
RoutedUICommand
DecreaseFontSize { get { return EnsureCommand(ref _DecreaseFontSize , "DecreaseFontSize" ); } }
300
public static
RoutedUICommand
AlignLeft { get { return EnsureCommand(ref _AlignLeft , "AlignLeft" ); } }
305
public static
RoutedUICommand
AlignCenter { get { return EnsureCommand(ref _AlignCenter , "AlignCenter" ); } }
310
public static
RoutedUICommand
AlignRight { get { return EnsureCommand(ref _AlignRight , "AlignRight" ); } }
315
public static
RoutedUICommand
AlignJustify { get { return EnsureCommand(ref _AlignJustify , "AlignJustify" ); } }
328
public static
RoutedUICommand
ToggleBullets { get { return EnsureCommand(ref _ToggleBullets , "ToggleBullets" ); } }
338
public static
RoutedUICommand
ToggleNumbering { get { return EnsureCommand(ref _ToggleNumbering , "ToggleNumbering" ); } }
343
public static
RoutedUICommand
IncreaseIndentation { get { return EnsureCommand(ref _IncreaseIndentation, "IncreaseIndentation"); } }
348
public static
RoutedUICommand
DecreaseIndentation { get { return EnsureCommand(ref _DecreaseIndentation, "DecreaseIndentation"); } }
356
public static
RoutedUICommand
CorrectSpellingError { get { return EnsureCommand(ref _CorrectSpellingError, "CorrectSpellingError" ); } }
361
public static
RoutedUICommand
IgnoreSpellingError { get { return EnsureCommand(ref _IgnoreSpellingError, "IgnoreSpellingError" ); } }
377
internal static
RoutedUICommand
Space { get { return EnsureCommand(ref _Space , "Space" ); } }
378
internal static
RoutedUICommand
ShiftSpace { get { return EnsureCommand(ref _ShiftSpace , "ShiftSpace" ); } }
382
internal static
RoutedUICommand
MoveToColumnStart { get { return EnsureCommand(ref _MoveToColumnStart , "MoveToColumnStart" ); } }
383
internal static
RoutedUICommand
MoveToColumnEnd { get { return EnsureCommand(ref _MoveToColumnEnd , "MoveToColumnEnd" ); } }
384
internal static
RoutedUICommand
MoveToWindowTop { get { return EnsureCommand(ref _MoveToWindowTop , "MoveToWindowTop" ); } }
385
internal static
RoutedUICommand
MoveToWindowBottom { get { return EnsureCommand(ref _MoveToWindowBottom , "MoveToWindowBottom" ); } }
389
internal static
RoutedUICommand
SelectToColumnStart { get { return EnsureCommand(ref _SelectToColumnStart , "SelectToColumnStart" ); } }
390
internal static
RoutedUICommand
SelectToColumnEnd { get { return EnsureCommand(ref _SelectToColumnEnd , "SelectToColumnEnd" ); } }
391
internal static
RoutedUICommand
SelectToWindowTop { get { return EnsureCommand(ref _SelectToWindowTop , "SelectToWindowTop" ); } }
392
internal static
RoutedUICommand
SelectToWindowBottom { get { return EnsureCommand(ref _SelectToWindowBottom , "SelectToWindowBottom" ); } }
396
internal static
RoutedUICommand
ResetFormat { get { return EnsureCommand(ref _ResetFormat , "ResetFormat" ); } }
397
internal static
RoutedUICommand
ToggleSpellCheck { get { return EnsureCommand(ref _ToggleSpellCheck , "ToggleSpellCheck" ); } }
405
internal static
RoutedUICommand
ApplyFontSize { get { return EnsureCommand(ref _ApplyFontSize , "ApplyFontSize" ); } }
406
internal static
RoutedUICommand
ApplyFontFamily { get { return EnsureCommand(ref _ApplyFontFamily , "ApplyFontFamily" ); } }
407
internal static
RoutedUICommand
ApplyForeground { get { return EnsureCommand(ref _ApplyForeground , "ApplyForeground" ); } }
408
internal static
RoutedUICommand
ApplyBackground { get { return EnsureCommand(ref _ApplyBackground , "ApplyBackground" ); } }
411
internal static
RoutedUICommand
ApplyInlineFlowDirectionRTL { get { return EnsureCommand(ref _ApplyInlineFlowDirectionRTL , "ApplyInlineFlowDirectionRTL" ); } }
412
internal static
RoutedUICommand
ApplyInlineFlowDirectionLTR { get { return EnsureCommand(ref _ApplyInlineFlowDirectionLTR , "ApplyInlineFlowDirectionLTR" ); } }
416
internal static
RoutedUICommand
ApplySingleSpace { get { return EnsureCommand(ref _ApplySingleSpace , "ApplySingleSpace" ); } }
417
internal static
RoutedUICommand
ApplyOneAndAHalfSpace { get { return EnsureCommand(ref _ApplyOneAndAHalfSpace , "ApplyOneAndAHalfSpace" ); } }
418
internal static
RoutedUICommand
ApplyDoubleSpace { get { return EnsureCommand(ref _ApplyDoubleSpace , "ApplyDoubleSpace" ); } }
419
internal static
RoutedUICommand
ApplyParagraphFlowDirectionRTL { get { return EnsureCommand(ref _ApplyParagraphFlowDirectionRTL , "ApplyParagraphFlowDirectionRTL" ); } }
420
internal static
RoutedUICommand
ApplyParagraphFlowDirectionLTR { get { return EnsureCommand(ref _ApplyParagraphFlowDirectionLTR , "ApplyParagraphFlowDirectionLTR" ); } }
424
internal static
RoutedUICommand
CopyFormat { get { return EnsureCommand(ref _CopyFormat , "CopyFormat" ); } }
425
internal static
RoutedUICommand
PasteFormat { get { return EnsureCommand(ref _PasteFormat , "PasteFormat" ); } }
429
internal static
RoutedUICommand
RemoveListMarkers { get { return EnsureCommand(ref _RemoveListMarkers , "RemoveListMarkers" ); } }
433
internal static
RoutedUICommand
InsertTable { get { return EnsureCommand(ref _InsertTable , "InsertTable" ); } }
434
internal static
RoutedUICommand
InsertRows { get { return EnsureCommand(ref _InsertRows , "InsertRows" ); } }
435
internal static
RoutedUICommand
InsertColumns { get { return EnsureCommand(ref _InsertColumns , "InsertColumns" ); } }
436
internal static
RoutedUICommand
DeleteRows { get { return EnsureCommand(ref _DeleteRows , "DeleteRows" ); } }
437
internal static
RoutedUICommand
DeleteColumns { get { return EnsureCommand(ref _DeleteColumns , "DeleteColumns" ); } }
438
internal static
RoutedUICommand
MergeCells { get { return EnsureCommand(ref _MergeCells , "MergeCells" ); } }
439
internal static
RoutedUICommand
SplitCell { get { return EnsureCommand(ref _SplitCell , "SplitCell" ); } }
452
private static
RoutedUICommand
EnsureCommand(ref
RoutedUICommand
command, string commandPropertyName)
479
private static
RoutedUICommand
_ToggleInsert;
480
private static
RoutedUICommand
_Delete;
481
private static
RoutedUICommand
_Clear;
482
private static
RoutedUICommand
_Backspace;
483
private static
RoutedUICommand
_DeleteNextWord;
484
private static
RoutedUICommand
_DeletePreviousWord;
485
private static
RoutedUICommand
_EnterParagraphBreak;
486
private static
RoutedUICommand
_EnterLineBreak;
487
private static
RoutedUICommand
_TabForward;
488
private static
RoutedUICommand
_TabBackward;
489
private static
RoutedUICommand
_Space;
490
private static
RoutedUICommand
_ShiftSpace;
494
private static
RoutedUICommand
_MoveRightByCharacter;
495
private static
RoutedUICommand
_MoveLeftByCharacter;
496
private static
RoutedUICommand
_MoveRightByWord;
497
private static
RoutedUICommand
_MoveLeftByWord;
498
private static
RoutedUICommand
_MoveDownByLine;
499
private static
RoutedUICommand
_MoveUpByLine;
500
private static
RoutedUICommand
_MoveDownByParagraph;
501
private static
RoutedUICommand
_MoveUpByParagraph;
502
private static
RoutedUICommand
_MoveDownByPage;
503
private static
RoutedUICommand
_MoveUpByPage;
504
private static
RoutedUICommand
_MoveToLineStart;
505
private static
RoutedUICommand
_MoveToLineEnd;
506
private static
RoutedUICommand
_MoveToColumnStart;
507
private static
RoutedUICommand
_MoveToColumnEnd;
508
private static
RoutedUICommand
_MoveToWindowTop;
509
private static
RoutedUICommand
_MoveToWindowBottom;
510
private static
RoutedUICommand
_MoveToDocumentStart;
511
private static
RoutedUICommand
_MoveToDocumentEnd;
515
private static
RoutedUICommand
_SelectRightByCharacter;
516
private static
RoutedUICommand
_SelectLeftByCharacter;
517
private static
RoutedUICommand
_SelectRightByWord;
518
private static
RoutedUICommand
_SelectLeftByWord;
519
private static
RoutedUICommand
_SelectDownByLine;
520
private static
RoutedUICommand
_SelectUpByLine;
521
private static
RoutedUICommand
_SelectDownByParagraph;
522
private static
RoutedUICommand
_SelectUpByParagraph;
523
private static
RoutedUICommand
_SelectDownByPage;
524
private static
RoutedUICommand
_SelectUpByPage;
525
private static
RoutedUICommand
_SelectToLineStart;
526
private static
RoutedUICommand
_SelectToLineEnd;
527
private static
RoutedUICommand
_SelectToColumnStart;
528
private static
RoutedUICommand
_SelectToColumnEnd;
529
private static
RoutedUICommand
_SelectToWindowTop;
530
private static
RoutedUICommand
_SelectToWindowBottom;
531
private static
RoutedUICommand
_SelectToDocumentStart;
532
private static
RoutedUICommand
_SelectToDocumentEnd;
536
private static
RoutedUICommand
_CopyFormat;
537
private static
RoutedUICommand
_PasteFormat;
538
private static
RoutedUICommand
_ResetFormat;
539
private static
RoutedUICommand
_ToggleBold;
540
private static
RoutedUICommand
_ToggleItalic;
541
private static
RoutedUICommand
_ToggleUnderline;
542
private static
RoutedUICommand
_ToggleSubscript;
543
private static
RoutedUICommand
_ToggleSuperscript;
544
private static
RoutedUICommand
_IncreaseFontSize;
545
private static
RoutedUICommand
_DecreaseFontSize;
546
private static
RoutedUICommand
_ApplyFontSize;
547
private static
RoutedUICommand
_ApplyFontFamily;
548
private static
RoutedUICommand
_ApplyForeground;
549
private static
RoutedUICommand
_ApplyBackground;
550
private static
RoutedUICommand
_ToggleSpellCheck;
551
private static
RoutedUICommand
_ApplyInlineFlowDirectionRTL;
552
private static
RoutedUICommand
_ApplyInlineFlowDirectionLTR;
556
private static
RoutedUICommand
_AlignLeft;
557
private static
RoutedUICommand
_AlignCenter;
558
private static
RoutedUICommand
_AlignRight;
559
private static
RoutedUICommand
_AlignJustify;
560
private static
RoutedUICommand
_ApplySingleSpace;
561
private static
RoutedUICommand
_ApplyOneAndAHalfSpace;
562
private static
RoutedUICommand
_ApplyDoubleSpace;
563
private static
RoutedUICommand
_IncreaseIndentation;
564
private static
RoutedUICommand
_DecreaseIndentation;
565
private static
RoutedUICommand
_ApplyParagraphFlowDirectionRTL;
566
private static
RoutedUICommand
_ApplyParagraphFlowDirectionLTR;
570
private static
RoutedUICommand
_RemoveListMarkers;
571
private static
RoutedUICommand
_ToggleBullets;
572
private static
RoutedUICommand
_ToggleNumbering;
576
private static
RoutedUICommand
_InsertTable;
577
private static
RoutedUICommand
_InsertRows;
578
private static
RoutedUICommand
_InsertColumns;
579
private static
RoutedUICommand
_DeleteRows;
580
private static
RoutedUICommand
_DeleteColumns;
581
private static
RoutedUICommand
_MergeCells;
582
private static
RoutedUICommand
_SplitCell;
586
private static
RoutedUICommand
_CorrectSpellingError;
587
private static
RoutedUICommand
_IgnoreSpellingError;
System\Windows\Input\Command\CommandConverter.cs (2)
238
private static
RoutedUICommand
GetKnownCommand( string localName, Type ownerType )
240
RoutedUICommand
knownCommand = null;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
633
case 539: t = () => typeof(
RoutedUICommand
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9511
typeof(System.Windows.Input.
RoutedUICommand
),
System\Windows\Markup\KnownTypes.cs (1)
6087
case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.
RoutedUICommand
); break;
PresentationUI (20)
MS\Internal\Documents\Application\CommandEnforcer.cs (3)
25
public PolicyBinding(
RoutedUICommand
command, RightsManagementPolicy policy)
36
public
RoutedUICommand
Command
49
private
RoutedUICommand
_command;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
73
public static
RoutedUICommand
FocusToolBar
84
public static
RoutedUICommand
Sign
95
public static
RoutedUICommand
RequestSigners
106
public static
RoutedUICommand
ShowSignatureSummary
117
public static
RoutedUICommand
ShowRMPermissions
128
public static
RoutedUICommand
ShowRMCredentialManager
139
public static
RoutedUICommand
ShowRMPublishingUI
2106
private static
RoutedUICommand
CreateAndBindCommand(string name, string header, InputGestureCollection gestures,
2110
RoutedUICommand
command = new RoutedUICommand(header, name, typeof(DocumentApplicationDocumentViewer), gestures);
2123
private static void BindCommand(
RoutedUICommand
command, ExecutedRoutedEventHandler executeHandler,
2203
private static
RoutedUICommand
_focusToolBarCommand;
2204
private static
RoutedUICommand
_signCommand;
2205
private static
RoutedUICommand
_requestSignersCommand;
2206
private static
RoutedUICommand
_showSignatureSummaryCommand;
2207
private static
RoutedUICommand
_showRMPermissionsCommand;
2208
private static
RoutedUICommand
_showRMCredentialManagerCommand;
2209
private static
RoutedUICommand
_showRMPublishingUICommand;
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (2)
108
RoutedUICommand
uiCommand = ((RibbonTextBox)Owner).Command as
RoutedUICommand
;
Microsoft\Windows\Controls\Ribbon\RibbonCommands.cs (6)
16
public static
RoutedUICommand
AddToQuickAccessToolBarCommand { get; private set; }
17
public static
RoutedUICommand
RemoveFromQuickAccessToolBarCommand { get; private set; }
18
public static
RoutedUICommand
MinimizeRibbonCommand { get; private set; }
19
public static
RoutedUICommand
MaximizeRibbonCommand { get; private set; }
20
public static
RoutedUICommand
ShowQuickAccessToolBarAboveRibbonCommand { get; private set; }
21
public static
RoutedUICommand
ShowQuickAccessToolBarBelowRibbonCommand { get; private set; }