29 instantiations of RoutedUICommand
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
26
RoutedUICommand routedUICommand = new
RoutedUICommand
(name, ownerType, commandId)
System\Windows\Input\Command\ComponentCommands.cs (1)
504
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand)
System\Windows\Input\Command\MediaCommands.cs (1)
443
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand)
PresentationFramework (19)
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);
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1320
_commandLineDown = new
RoutedUICommand
(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
1321
_commandLineUp = new
RoutedUICommand
(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
1322
_commandLineLeft = new
RoutedUICommand
(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
1323
_commandLineRight = new
RoutedUICommand
(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer));
System\Windows\Controls\ListBox.cs (1)
1055
new
RoutedUICommand
(SR.ListBoxSelectAllText, "SelectAll", typeof(ListBox));
System\Windows\Documents\EditingCommands.cs (1)
458
command = new
RoutedUICommand
(commandPropertyName, commandPropertyName, typeof(EditingCommands));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9513
DefaultConstructor = delegate () { return new System.Windows.Input.
RoutedUICommand
(); },
System\Windows\Markup\KnownTypes.cs (1)
1507
case KnownElements.RoutedUICommand: o = new System.Windows.Input.
RoutedUICommand
(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2106
RoutedUICommand command = new
RoutedUICommand
(header, name, typeof(DocumentApplicationDocumentViewer), gestures);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonCommands.cs (6)
24
AddToQuickAccessToolBarCommand = new
RoutedUICommand
(RibbonContextMenu.AddToQATText, "AddToQuickAccessToolBar", typeof(RibbonCommands));
25
RemoveFromQuickAccessToolBarCommand = new
RoutedUICommand
(RibbonContextMenu.RemoveFromQATText, "RemoveFromQuickAccessToolBar", typeof(RibbonCommands));
26
MinimizeRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.MinimizeTheRibbonText, "MinimizeRibbon", typeof(RibbonCommands));
27
MaximizeRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.MaximizeTheRibbonText, "MaximizeRibbon", typeof(RibbonCommands));
28
ShowQuickAccessToolBarAboveRibbonCommand = new
RoutedUICommand
(RibbonContextMenu.ShowQATAboveText, "ShowQuickAccessToolBarAboveRibbon", typeof(RibbonCommands));
29
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)
24
internal static
RoutedUICommand
CreateUICommand(string name, Type ownerType, byte commandId)
26
RoutedUICommand
routedUICommand = new RoutedUICommand(name, ownerType, commandId)
System\Windows\Input\Command\ApplicationCommands.cs (27)
28
public static
RoutedUICommand
Cut
36
public static
RoutedUICommand
Copy
44
public static
RoutedUICommand
Paste
52
public static
RoutedUICommand
Delete
60
public static
RoutedUICommand
Undo
68
public static
RoutedUICommand
Redo
76
public static
RoutedUICommand
Find
84
public static
RoutedUICommand
Replace
92
public static
RoutedUICommand
SelectAll
100
public static
RoutedUICommand
Help
108
public static
RoutedUICommand
New
116
public static
RoutedUICommand
Open
124
public static
RoutedUICommand
Close
133
public static
RoutedUICommand
Save
141
public static
RoutedUICommand
SaveAs
149
public static
RoutedUICommand
Print
157
public static
RoutedUICommand
CancelPrint
165
public static
RoutedUICommand
PrintPreview
173
public static
RoutedUICommand
Properties
181
public static
RoutedUICommand
ContextMenu
189
public static
RoutedUICommand
Stop
197
public static
RoutedUICommand
CorrectionList
210
public static
RoutedUICommand
NotACommand
425
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
433
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
483
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\ComponentCommands.cs (31)
25
public static
RoutedUICommand
ScrollPageUp
33
public static
RoutedUICommand
ScrollPageDown
41
public static
RoutedUICommand
ScrollPageLeft
49
public static
RoutedUICommand
ScrollPageRight
57
public static
RoutedUICommand
ScrollByLine
65
public static
RoutedUICommand
MoveLeft
73
public static
RoutedUICommand
MoveRight
81
public static
RoutedUICommand
MoveUp
89
public static
RoutedUICommand
MoveDown
97
public static
RoutedUICommand
MoveToHome
105
public static
RoutedUICommand
MoveToEnd
113
public static
RoutedUICommand
MoveToPageUp
121
public static
RoutedUICommand
MoveToPageDown
129
public static
RoutedUICommand
ExtendSelectionUp
137
public static
RoutedUICommand
ExtendSelectionDown
145
public static
RoutedUICommand
ExtendSelectionLeft
153
public static
RoutedUICommand
ExtendSelectionRight
161
public static
RoutedUICommand
SelectToHome
169
public static
RoutedUICommand
SelectToEnd
177
public static
RoutedUICommand
SelectToPageUp
185
public static
RoutedUICommand
SelectToPageDown
193
public static
RoutedUICommand
MoveFocusUp
201
public static
RoutedUICommand
MoveFocusDown
209
public static
RoutedUICommand
MoveFocusForward
217
public static
RoutedUICommand
MoveFocusBack
225
public static
RoutedUICommand
MoveFocusPageUp
233
public static
RoutedUICommand
MoveFocusPageDown
496
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
504
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand)
559
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\MediaCommands.cs (28)
25
public static
RoutedUICommand
Play
33
public static
RoutedUICommand
Pause
41
public static
RoutedUICommand
Stop
49
public static
RoutedUICommand
Record
57
public static
RoutedUICommand
NextTrack
65
public static
RoutedUICommand
PreviousTrack
73
public static
RoutedUICommand
FastForward
81
public static
RoutedUICommand
Rewind
89
public static
RoutedUICommand
ChannelUp
97
public static
RoutedUICommand
ChannelDown
105
public static
RoutedUICommand
TogglePlayPause
113
public static
RoutedUICommand
Select
121
public static
RoutedUICommand
IncreaseVolume
129
public static
RoutedUICommand
DecreaseVolume
136
public static
RoutedUICommand
MuteVolume
143
public static
RoutedUICommand
IncreaseTreble
150
public static
RoutedUICommand
DecreaseTreble
157
public static
RoutedUICommand
IncreaseBass
164
public static
RoutedUICommand
DecreaseBass
171
public static
RoutedUICommand
BoostBass
178
public static
RoutedUICommand
IncreaseMicrophoneVolume
186
public static
RoutedUICommand
DecreaseMicrophoneVolume
193
public static
RoutedUICommand
MuteMicrophoneVolume
200
public static
RoutedUICommand
ToggleMicrophoneOnOff
435
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
443
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand)
495
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\NavigationCommands.cs (20)
27
public static
RoutedUICommand
BrowseBack
35
public static
RoutedUICommand
BrowseForward
43
public static
RoutedUICommand
BrowseHome
51
public static
RoutedUICommand
BrowseStop
59
public static
RoutedUICommand
Refresh
67
public static
RoutedUICommand
Favorites
75
public static
RoutedUICommand
Search
84
public static
RoutedUICommand
IncreaseZoom
92
public static
RoutedUICommand
DecreaseZoom
100
public static
RoutedUICommand
Zoom
108
public static
RoutedUICommand
NextPage
116
public static
RoutedUICommand
PreviousPage
124
public static
RoutedUICommand
FirstPage
132
public static
RoutedUICommand
LastPage
140
public static
RoutedUICommand
GoToPage
148
public static
RoutedUICommand
NavigateJournal
322
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
330
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
373
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
739
RoutedUICommand
command = GetIsScrollUp(flickData) ? ComponentCommands.ScrollPageUp : ComponentCommands.ScrollPageDown;
PresentationFramework (214)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
192
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command)
197
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command, string header, string inputGestureText)
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\Automation\Peers\ButtonBaseAutomationPeer.cs (4)
23
RoutedUICommand
uiCommand = ((ButtonBase)Owner).Command as
RoutedUICommand
;
68
RoutedUICommand
uiCommand = bb.Command as
RoutedUICommand
;
System\Windows\Controls\DataGrid.cs (2)
2063
public static
RoutedUICommand
DeleteCommand
4291
public static
RoutedUICommand
SelectAllCommand
System\Windows\Controls\DocumentViewer.cs (8)
297
public static
RoutedUICommand
ViewThumbnailsCommand
310
public static
RoutedUICommand
FitToWidthCommand
323
public static
RoutedUICommand
FitToHeightCommand
336
public static
RoutedUICommand
FitToMaxPagesAcrossCommand
2585
private static
RoutedUICommand
_viewThumbnailsCommand;
2586
private static
RoutedUICommand
_fitToWidthCommand;
2587
private static
RoutedUICommand
_fitToHeightCommand;
2588
private static
RoutedUICommand
_fitToMaxPagesAcrossCommand;
System\Windows\Controls\FlowDocumentReader.cs (1)
649
public static readonly
RoutedUICommand
SwitchViewingModeCommand = new RoutedUICommand(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null);
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1789
private static
RoutedUICommand
_commandLineDown; // Private LineDown command
1790
private static
RoutedUICommand
_commandLineUp; // Private LineUp command
1791
private static
RoutedUICommand
_commandLineLeft; // Private LineLeft command
1792
private static
RoutedUICommand
_commandLineRight; // Private LineRight command
System\Windows\Controls\ListBox.cs (1)
1054
private static
RoutedUICommand
SelectAllCommand =
System\Windows\Controls\MenuItem.cs (3)
334
RoutedUICommand
uiCommand;
339
uiCommand = menuItem.Command as
RoutedUICommand
;
348
uiCommand = value as
RoutedUICommand
;
System\Windows\Documents\EditingCommands.cs (178)
31
public static
RoutedUICommand
ToggleInsert { get { return EnsureCommand(ref _ToggleInsert , "ToggleInsert" ); } }
39
public static
RoutedUICommand
Delete { get { return EnsureCommand(ref _Delete , "Delete" ); } }
41
internal static
RoutedUICommand
Clear { get { return EnsureCommand(ref _Clear , "Clear" ); } }
50
public static
RoutedUICommand
Backspace { get { return EnsureCommand(ref _Backspace , "Backspace" ); } }
55
public static
RoutedUICommand
DeleteNextWord { get { return EnsureCommand(ref _DeleteNextWord , "DeleteNextWord" ); } }
60
public static
RoutedUICommand
DeletePreviousWord { get { return EnsureCommand(ref _DeletePreviousWord , "DeletePreviousWord" ); } }
69
public static
RoutedUICommand
EnterParagraphBreak { get { return EnsureCommand(ref _EnterParagraphBreak , "EnterParagraphBreak" ); } }
74
public static
RoutedUICommand
EnterLineBreak { get { return EnsureCommand(ref _EnterLineBreak , "EnterLineBreak" ); } }
87
public static
RoutedUICommand
TabForward { get { return EnsureCommand(ref _TabForward , "TabForward" ); } }
98
public static
RoutedUICommand
TabBackward { get { return EnsureCommand(ref _TabBackward , "TabBackward" ); } }
105
public static
RoutedUICommand
MoveRightByCharacter { get { return EnsureCommand(ref _MoveRightByCharacter , "MoveRightByCharacter" ); } }
110
public static
RoutedUICommand
MoveLeftByCharacter { get { return EnsureCommand(ref _MoveLeftByCharacter , "MoveLeftByCharacter" ); } }
115
public static
RoutedUICommand
MoveRightByWord { get { return EnsureCommand(ref _MoveRightByWord , "MoveRightByWord" ); } }
120
public static
RoutedUICommand
MoveLeftByWord { get { return EnsureCommand(ref _MoveLeftByWord , "MoveLeftByWord" ); } }
125
public static
RoutedUICommand
MoveDownByLine { get { return EnsureCommand(ref _MoveDownByLine , "MoveDownByLine" ); } }
130
public static
RoutedUICommand
MoveUpByLine { get { return EnsureCommand(ref _MoveUpByLine , "MoveUpByLine" ); } }
135
public static
RoutedUICommand
MoveDownByParagraph { get { return EnsureCommand(ref _MoveDownByParagraph , "MoveDownByParagraph" ); } }
140
public static
RoutedUICommand
MoveUpByParagraph { get { return EnsureCommand(ref _MoveUpByParagraph , "MoveUpByParagraph" ); } }
146
public static
RoutedUICommand
MoveDownByPage { get { return EnsureCommand(ref _MoveDownByPage , "MoveDownByPage" ); } }
152
public static
RoutedUICommand
MoveUpByPage { get { return EnsureCommand(ref _MoveUpByPage , "MoveUpByPage" ); } }
158
public static
RoutedUICommand
MoveToLineStart { get { return EnsureCommand(ref _MoveToLineStart , "MoveToLineStart" ); } }
164
public static
RoutedUICommand
MoveToLineEnd { get { return EnsureCommand(ref _MoveToLineEnd , "MoveToLineEnd" ); } }
169
public static
RoutedUICommand
MoveToDocumentStart { get { return EnsureCommand(ref _MoveToDocumentStart , "MoveToDocumentStart" ); } }
174
public static
RoutedUICommand
MoveToDocumentEnd { get { return EnsureCommand(ref _MoveToDocumentEnd , "MoveToDocumentEnd" ); } }
182
public static
RoutedUICommand
SelectRightByCharacter { get { return EnsureCommand(ref _SelectRightByCharacter , "SelectRightByCharacter" ); } }
187
public static
RoutedUICommand
SelectLeftByCharacter { get { return EnsureCommand(ref _SelectLeftByCharacter , "SelectLeftByCharacter" ); } }
192
public static
RoutedUICommand
SelectRightByWord { get { return EnsureCommand(ref _SelectRightByWord , "SelectRightByWord" ); } }
197
public static
RoutedUICommand
SelectLeftByWord { get { return EnsureCommand(ref _SelectLeftByWord , "SelectLeftByWord" ); } }
202
public static
RoutedUICommand
SelectDownByLine { get { return EnsureCommand(ref _SelectDownByLine , "SelectDownByLine" ); } }
207
public static
RoutedUICommand
SelectUpByLine { get { return EnsureCommand(ref _SelectUpByLine , "SelectUpByLine" ); } }
212
public static
RoutedUICommand
SelectDownByParagraph { get { return EnsureCommand(ref _SelectDownByParagraph , "SelectDownByParagraph" ); } }
217
public static
RoutedUICommand
SelectUpByParagraph { get { return EnsureCommand(ref _SelectUpByParagraph , "SelectUpByParagraph" ); } }
222
public static
RoutedUICommand
SelectDownByPage { get { return EnsureCommand(ref _SelectDownByPage , "SelectDownByPage" ); } }
227
public static
RoutedUICommand
SelectUpByPage { get { return EnsureCommand(ref _SelectUpByPage , "SelectUpByPage" ); } }
232
public static
RoutedUICommand
SelectToLineStart { get { return EnsureCommand(ref _SelectToLineStart , "SelectToLineStart" ); } }
237
public static
RoutedUICommand
SelectToLineEnd { get { return EnsureCommand(ref _SelectToLineEnd , "SelectToLineEnd" ); } }
242
public static
RoutedUICommand
SelectToDocumentStart { get { return EnsureCommand(ref _SelectToDocumentStart , "SelectToDocumentStart" ); } }
247
public static
RoutedUICommand
SelectToDocumentEnd { get { return EnsureCommand(ref _SelectToDocumentEnd , "SelectToDocumentEnd" ); } }
261
public static
RoutedUICommand
ToggleBold { get { return EnsureCommand(ref _ToggleBold , "ToggleBold" ); } }
266
public static
RoutedUICommand
ToggleItalic { get { return EnsureCommand(ref _ToggleItalic , "ToggleItalic" ); } }
271
public static
RoutedUICommand
ToggleUnderline { get { return EnsureCommand(ref _ToggleUnderline , "ToggleUnderline" ); } }
276
public static
RoutedUICommand
ToggleSubscript { get { return EnsureCommand(ref _ToggleSubscript , "ToggleSubscript" ); } }
281
public static
RoutedUICommand
ToggleSuperscript { get { return EnsureCommand(ref _ToggleSuperscript , "ToggleSuperscript" ); } }
286
public static
RoutedUICommand
IncreaseFontSize { get { return EnsureCommand(ref _IncreaseFontSize , "IncreaseFontSize" ); } }
291
public static
RoutedUICommand
DecreaseFontSize { get { return EnsureCommand(ref _DecreaseFontSize , "DecreaseFontSize" ); } }
299
public static
RoutedUICommand
AlignLeft { get { return EnsureCommand(ref _AlignLeft , "AlignLeft" ); } }
304
public static
RoutedUICommand
AlignCenter { get { return EnsureCommand(ref _AlignCenter , "AlignCenter" ); } }
309
public static
RoutedUICommand
AlignRight { get { return EnsureCommand(ref _AlignRight , "AlignRight" ); } }
314
public static
RoutedUICommand
AlignJustify { get { return EnsureCommand(ref _AlignJustify , "AlignJustify" ); } }
327
public static
RoutedUICommand
ToggleBullets { get { return EnsureCommand(ref _ToggleBullets , "ToggleBullets" ); } }
337
public static
RoutedUICommand
ToggleNumbering { get { return EnsureCommand(ref _ToggleNumbering , "ToggleNumbering" ); } }
342
public static
RoutedUICommand
IncreaseIndentation { get { return EnsureCommand(ref _IncreaseIndentation, "IncreaseIndentation"); } }
347
public static
RoutedUICommand
DecreaseIndentation { get { return EnsureCommand(ref _DecreaseIndentation, "DecreaseIndentation"); } }
355
public static
RoutedUICommand
CorrectSpellingError { get { return EnsureCommand(ref _CorrectSpellingError, "CorrectSpellingError" ); } }
360
public static
RoutedUICommand
IgnoreSpellingError { get { return EnsureCommand(ref _IgnoreSpellingError, "IgnoreSpellingError" ); } }
376
internal static
RoutedUICommand
Space { get { return EnsureCommand(ref _Space , "Space" ); } }
377
internal static
RoutedUICommand
ShiftSpace { get { return EnsureCommand(ref _ShiftSpace , "ShiftSpace" ); } }
381
internal static
RoutedUICommand
MoveToColumnStart { get { return EnsureCommand(ref _MoveToColumnStart , "MoveToColumnStart" ); } }
382
internal static
RoutedUICommand
MoveToColumnEnd { get { return EnsureCommand(ref _MoveToColumnEnd , "MoveToColumnEnd" ); } }
383
internal static
RoutedUICommand
MoveToWindowTop { get { return EnsureCommand(ref _MoveToWindowTop , "MoveToWindowTop" ); } }
384
internal static
RoutedUICommand
MoveToWindowBottom { get { return EnsureCommand(ref _MoveToWindowBottom , "MoveToWindowBottom" ); } }
388
internal static
RoutedUICommand
SelectToColumnStart { get { return EnsureCommand(ref _SelectToColumnStart , "SelectToColumnStart" ); } }
389
internal static
RoutedUICommand
SelectToColumnEnd { get { return EnsureCommand(ref _SelectToColumnEnd , "SelectToColumnEnd" ); } }
390
internal static
RoutedUICommand
SelectToWindowTop { get { return EnsureCommand(ref _SelectToWindowTop , "SelectToWindowTop" ); } }
391
internal static
RoutedUICommand
SelectToWindowBottom { get { return EnsureCommand(ref _SelectToWindowBottom , "SelectToWindowBottom" ); } }
395
internal static
RoutedUICommand
ResetFormat { get { return EnsureCommand(ref _ResetFormat , "ResetFormat" ); } }
396
internal static
RoutedUICommand
ToggleSpellCheck { get { return EnsureCommand(ref _ToggleSpellCheck , "ToggleSpellCheck" ); } }
404
internal static
RoutedUICommand
ApplyFontSize { get { return EnsureCommand(ref _ApplyFontSize , "ApplyFontSize" ); } }
405
internal static
RoutedUICommand
ApplyFontFamily { get { return EnsureCommand(ref _ApplyFontFamily , "ApplyFontFamily" ); } }
406
internal static
RoutedUICommand
ApplyForeground { get { return EnsureCommand(ref _ApplyForeground , "ApplyForeground" ); } }
407
internal static
RoutedUICommand
ApplyBackground { get { return EnsureCommand(ref _ApplyBackground , "ApplyBackground" ); } }
410
internal static
RoutedUICommand
ApplyInlineFlowDirectionRTL { get { return EnsureCommand(ref _ApplyInlineFlowDirectionRTL , "ApplyInlineFlowDirectionRTL" ); } }
411
internal static
RoutedUICommand
ApplyInlineFlowDirectionLTR { get { return EnsureCommand(ref _ApplyInlineFlowDirectionLTR , "ApplyInlineFlowDirectionLTR" ); } }
415
internal static
RoutedUICommand
ApplySingleSpace { get { return EnsureCommand(ref _ApplySingleSpace , "ApplySingleSpace" ); } }
416
internal static
RoutedUICommand
ApplyOneAndAHalfSpace { get { return EnsureCommand(ref _ApplyOneAndAHalfSpace , "ApplyOneAndAHalfSpace" ); } }
417
internal static
RoutedUICommand
ApplyDoubleSpace { get { return EnsureCommand(ref _ApplyDoubleSpace , "ApplyDoubleSpace" ); } }
418
internal static
RoutedUICommand
ApplyParagraphFlowDirectionRTL { get { return EnsureCommand(ref _ApplyParagraphFlowDirectionRTL , "ApplyParagraphFlowDirectionRTL" ); } }
419
internal static
RoutedUICommand
ApplyParagraphFlowDirectionLTR { get { return EnsureCommand(ref _ApplyParagraphFlowDirectionLTR , "ApplyParagraphFlowDirectionLTR" ); } }
423
internal static
RoutedUICommand
CopyFormat { get { return EnsureCommand(ref _CopyFormat , "CopyFormat" ); } }
424
internal static
RoutedUICommand
PasteFormat { get { return EnsureCommand(ref _PasteFormat , "PasteFormat" ); } }
428
internal static
RoutedUICommand
RemoveListMarkers { get { return EnsureCommand(ref _RemoveListMarkers , "RemoveListMarkers" ); } }
432
internal static
RoutedUICommand
InsertTable { get { return EnsureCommand(ref _InsertTable , "InsertTable" ); } }
433
internal static
RoutedUICommand
InsertRows { get { return EnsureCommand(ref _InsertRows , "InsertRows" ); } }
434
internal static
RoutedUICommand
InsertColumns { get { return EnsureCommand(ref _InsertColumns , "InsertColumns" ); } }
435
internal static
RoutedUICommand
DeleteRows { get { return EnsureCommand(ref _DeleteRows , "DeleteRows" ); } }
436
internal static
RoutedUICommand
DeleteColumns { get { return EnsureCommand(ref _DeleteColumns , "DeleteColumns" ); } }
437
internal static
RoutedUICommand
MergeCells { get { return EnsureCommand(ref _MergeCells , "MergeCells" ); } }
438
internal static
RoutedUICommand
SplitCell { get { return EnsureCommand(ref _SplitCell , "SplitCell" ); } }
451
private static
RoutedUICommand
EnsureCommand(ref
RoutedUICommand
command, string commandPropertyName)
478
private static
RoutedUICommand
_ToggleInsert;
479
private static
RoutedUICommand
_Delete;
480
private static
RoutedUICommand
_Clear;
481
private static
RoutedUICommand
_Backspace;
482
private static
RoutedUICommand
_DeleteNextWord;
483
private static
RoutedUICommand
_DeletePreviousWord;
484
private static
RoutedUICommand
_EnterParagraphBreak;
485
private static
RoutedUICommand
_EnterLineBreak;
486
private static
RoutedUICommand
_TabForward;
487
private static
RoutedUICommand
_TabBackward;
488
private static
RoutedUICommand
_Space;
489
private static
RoutedUICommand
_ShiftSpace;
493
private static
RoutedUICommand
_MoveRightByCharacter;
494
private static
RoutedUICommand
_MoveLeftByCharacter;
495
private static
RoutedUICommand
_MoveRightByWord;
496
private static
RoutedUICommand
_MoveLeftByWord;
497
private static
RoutedUICommand
_MoveDownByLine;
498
private static
RoutedUICommand
_MoveUpByLine;
499
private static
RoutedUICommand
_MoveDownByParagraph;
500
private static
RoutedUICommand
_MoveUpByParagraph;
501
private static
RoutedUICommand
_MoveDownByPage;
502
private static
RoutedUICommand
_MoveUpByPage;
503
private static
RoutedUICommand
_MoveToLineStart;
504
private static
RoutedUICommand
_MoveToLineEnd;
505
private static
RoutedUICommand
_MoveToColumnStart;
506
private static
RoutedUICommand
_MoveToColumnEnd;
507
private static
RoutedUICommand
_MoveToWindowTop;
508
private static
RoutedUICommand
_MoveToWindowBottom;
509
private static
RoutedUICommand
_MoveToDocumentStart;
510
private static
RoutedUICommand
_MoveToDocumentEnd;
514
private static
RoutedUICommand
_SelectRightByCharacter;
515
private static
RoutedUICommand
_SelectLeftByCharacter;
516
private static
RoutedUICommand
_SelectRightByWord;
517
private static
RoutedUICommand
_SelectLeftByWord;
518
private static
RoutedUICommand
_SelectDownByLine;
519
private static
RoutedUICommand
_SelectUpByLine;
520
private static
RoutedUICommand
_SelectDownByParagraph;
521
private static
RoutedUICommand
_SelectUpByParagraph;
522
private static
RoutedUICommand
_SelectDownByPage;
523
private static
RoutedUICommand
_SelectUpByPage;
524
private static
RoutedUICommand
_SelectToLineStart;
525
private static
RoutedUICommand
_SelectToLineEnd;
526
private static
RoutedUICommand
_SelectToColumnStart;
527
private static
RoutedUICommand
_SelectToColumnEnd;
528
private static
RoutedUICommand
_SelectToWindowTop;
529
private static
RoutedUICommand
_SelectToWindowBottom;
530
private static
RoutedUICommand
_SelectToDocumentStart;
531
private static
RoutedUICommand
_SelectToDocumentEnd;
535
private static
RoutedUICommand
_CopyFormat;
536
private static
RoutedUICommand
_PasteFormat;
537
private static
RoutedUICommand
_ResetFormat;
538
private static
RoutedUICommand
_ToggleBold;
539
private static
RoutedUICommand
_ToggleItalic;
540
private static
RoutedUICommand
_ToggleUnderline;
541
private static
RoutedUICommand
_ToggleSubscript;
542
private static
RoutedUICommand
_ToggleSuperscript;
543
private static
RoutedUICommand
_IncreaseFontSize;
544
private static
RoutedUICommand
_DecreaseFontSize;
545
private static
RoutedUICommand
_ApplyFontSize;
546
private static
RoutedUICommand
_ApplyFontFamily;
547
private static
RoutedUICommand
_ApplyForeground;
548
private static
RoutedUICommand
_ApplyBackground;
549
private static
RoutedUICommand
_ToggleSpellCheck;
550
private static
RoutedUICommand
_ApplyInlineFlowDirectionRTL;
551
private static
RoutedUICommand
_ApplyInlineFlowDirectionLTR;
555
private static
RoutedUICommand
_AlignLeft;
556
private static
RoutedUICommand
_AlignCenter;
557
private static
RoutedUICommand
_AlignRight;
558
private static
RoutedUICommand
_AlignJustify;
559
private static
RoutedUICommand
_ApplySingleSpace;
560
private static
RoutedUICommand
_ApplyOneAndAHalfSpace;
561
private static
RoutedUICommand
_ApplyDoubleSpace;
562
private static
RoutedUICommand
_IncreaseIndentation;
563
private static
RoutedUICommand
_DecreaseIndentation;
564
private static
RoutedUICommand
_ApplyParagraphFlowDirectionRTL;
565
private static
RoutedUICommand
_ApplyParagraphFlowDirectionLTR;
569
private static
RoutedUICommand
_RemoveListMarkers;
570
private static
RoutedUICommand
_ToggleBullets;
571
private static
RoutedUICommand
_ToggleNumbering;
575
private static
RoutedUICommand
_InsertTable;
576
private static
RoutedUICommand
_InsertRows;
577
private static
RoutedUICommand
_InsertColumns;
578
private static
RoutedUICommand
_DeleteRows;
579
private static
RoutedUICommand
_DeleteColumns;
580
private static
RoutedUICommand
_MergeCells;
581
private static
RoutedUICommand
_SplitCell;
585
private static
RoutedUICommand
_CorrectSpellingError;
586
private static
RoutedUICommand
_IgnoreSpellingError;
System\Windows\Input\Command\CommandConverter.cs (2)
237
private static
RoutedUICommand
GetKnownCommand( string localName, Type ownerType )
239
RoutedUICommand
knownCommand = null;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
632
case 539: t = () => typeof(
RoutedUICommand
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9510
typeof(System.Windows.Input.
RoutedUICommand
),
System\Windows\Markup\KnownTypes.cs (1)
6086
case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.
RoutedUICommand
); break;
PresentationUI (20)
MS\Internal\Documents\Application\CommandEnforcer.cs (3)
24
public PolicyBinding(
RoutedUICommand
command, RightsManagementPolicy policy)
35
public
RoutedUICommand
Command
48
private
RoutedUICommand
_command;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
72
public static
RoutedUICommand
FocusToolBar
83
public static
RoutedUICommand
Sign
94
public static
RoutedUICommand
RequestSigners
105
public static
RoutedUICommand
ShowSignatureSummary
116
public static
RoutedUICommand
ShowRMPermissions
127
public static
RoutedUICommand
ShowRMCredentialManager
138
public static
RoutedUICommand
ShowRMPublishingUI
2102
private static
RoutedUICommand
CreateAndBindCommand(string name, string header, InputGestureCollection gestures,
2106
RoutedUICommand
command = new RoutedUICommand(header, name, typeof(DocumentApplicationDocumentViewer), gestures);
2119
private static void BindCommand(
RoutedUICommand
command, ExecutedRoutedEventHandler executeHandler,
2199
private static
RoutedUICommand
_focusToolBarCommand;
2200
private static
RoutedUICommand
_signCommand;
2201
private static
RoutedUICommand
_requestSignersCommand;
2202
private static
RoutedUICommand
_showSignatureSummaryCommand;
2203
private static
RoutedUICommand
_showRMPermissionsCommand;
2204
private static
RoutedUICommand
_showRMCredentialManagerCommand;
2205
private static
RoutedUICommand
_showRMPublishingUICommand;
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (2)
107
RoutedUICommand
uiCommand = ((RibbonTextBox)Owner).Command as
RoutedUICommand
;
Microsoft\Windows\Controls\Ribbon\RibbonCommands.cs (6)
15
public static
RoutedUICommand
AddToQuickAccessToolBarCommand { get; private set; }
16
public static
RoutedUICommand
RemoveFromQuickAccessToolBarCommand { get; private set; }
17
public static
RoutedUICommand
MinimizeRibbonCommand { get; private set; }
18
public static
RoutedUICommand
MaximizeRibbonCommand { get; private set; }
19
public static
RoutedUICommand
ShowQuickAccessToolBarAboveRibbonCommand { get; private set; }
20
public static
RoutedUICommand
ShowQuickAccessToolBarBelowRibbonCommand { get; private set; }