1 type derived from RoutedUICommand
PresentationCore (1)
System\Windows\Input\Command\SecureUICommand.cs (1)
27
internal class SecureUICommand :
RoutedUICommand
, ISecureCommand
29 instantiations of RoutedUICommand
PresentationCore (3)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
29
RoutedUICommand routedUICommand = new
RoutedUICommand
(name, ownerType, commandId);
System\Windows\Input\Command\ComponentCommands.cs (1)
519
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand);
System\Windows\Input\Command\MediaCommands.cs (1)
458
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand);
PresentationFramework (19)
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);
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1333
_commandLineDown = new
RoutedUICommand
(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
1334
_commandLineUp = new
RoutedUICommand
(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
1335
_commandLineLeft = new
RoutedUICommand
(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
1336
_commandLineRight = new
RoutedUICommand
(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer));
System\Windows\Controls\ListBox.cs (1)
1064
new
RoutedUICommand
(SR.ListBoxSelectAllText, "SelectAll", typeof(ListBox));
System\Windows\Documents\EditingCommands.cs (1)
460
command = new
RoutedUICommand
(commandPropertyName, commandPropertyName, typeof(EditingCommands));
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8607
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
RoutedUICommand
(); };
System\Windows\Markup\KnownTypes.cs (1)
1514
case KnownElements.RoutedUICommand: o = new System.Windows.Input.
RoutedUICommand
(); break;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2114
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)
27
internal static
RoutedUICommand
CreateUICommand(string name, Type ownerType, byte commandId)
29
RoutedUICommand
routedUICommand = new RoutedUICommand(name, ownerType, commandId);
System\Windows\Input\Command\ApplicationCommands.cs (27)
42
public static
RoutedUICommand
Cut
50
public static
RoutedUICommand
Copy
58
public static
RoutedUICommand
Paste
66
public static
RoutedUICommand
Delete
74
public static
RoutedUICommand
Undo
82
public static
RoutedUICommand
Redo
90
public static
RoutedUICommand
Find
98
public static
RoutedUICommand
Replace
106
public static
RoutedUICommand
SelectAll
114
public static
RoutedUICommand
Help
122
public static
RoutedUICommand
New
130
public static
RoutedUICommand
Open
138
public static
RoutedUICommand
Close
147
public static
RoutedUICommand
Save
155
public static
RoutedUICommand
SaveAs
163
public static
RoutedUICommand
Print
171
public static
RoutedUICommand
CancelPrint
179
public static
RoutedUICommand
PrintPreview
187
public static
RoutedUICommand
Properties
195
public static
RoutedUICommand
ContextMenu
203
public static
RoutedUICommand
Stop
211
public static
RoutedUICommand
CorrectionList
224
public static
RoutedUICommand
NotACommand
439
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
447
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
497
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\ComponentCommands.cs (31)
40
public static
RoutedUICommand
ScrollPageUp
48
public static
RoutedUICommand
ScrollPageDown
56
public static
RoutedUICommand
ScrollPageLeft
64
public static
RoutedUICommand
ScrollPageRight
72
public static
RoutedUICommand
ScrollByLine
80
public static
RoutedUICommand
MoveLeft
88
public static
RoutedUICommand
MoveRight
96
public static
RoutedUICommand
MoveUp
104
public static
RoutedUICommand
MoveDown
112
public static
RoutedUICommand
MoveToHome
120
public static
RoutedUICommand
MoveToEnd
128
public static
RoutedUICommand
MoveToPageUp
136
public static
RoutedUICommand
MoveToPageDown
144
public static
RoutedUICommand
ExtendSelectionUp
152
public static
RoutedUICommand
ExtendSelectionDown
160
public static
RoutedUICommand
ExtendSelectionLeft
168
public static
RoutedUICommand
ExtendSelectionRight
176
public static
RoutedUICommand
SelectToHome
184
public static
RoutedUICommand
SelectToEnd
192
public static
RoutedUICommand
SelectToPageUp
200
public static
RoutedUICommand
SelectToPageDown
208
public static
RoutedUICommand
MoveFocusUp
216
public static
RoutedUICommand
MoveFocusDown
224
public static
RoutedUICommand
MoveFocusForward
232
public static
RoutedUICommand
MoveFocusBack
240
public static
RoutedUICommand
MoveFocusPageUp
248
public static
RoutedUICommand
MoveFocusPageDown
511
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
519
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand);
572
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\MediaCommands.cs (28)
40
public static
RoutedUICommand
Play
48
public static
RoutedUICommand
Pause
56
public static
RoutedUICommand
Stop
64
public static
RoutedUICommand
Record
72
public static
RoutedUICommand
NextTrack
80
public static
RoutedUICommand
PreviousTrack
88
public static
RoutedUICommand
FastForward
96
public static
RoutedUICommand
Rewind
104
public static
RoutedUICommand
ChannelUp
112
public static
RoutedUICommand
ChannelDown
120
public static
RoutedUICommand
TogglePlayPause
128
public static
RoutedUICommand
Select
136
public static
RoutedUICommand
IncreaseVolume
144
public static
RoutedUICommand
DecreaseVolume
151
public static
RoutedUICommand
MuteVolume
158
public static
RoutedUICommand
IncreaseTreble
165
public static
RoutedUICommand
DecreaseTreble
172
public static
RoutedUICommand
IncreaseBass
179
public static
RoutedUICommand
DecreaseBass
186
public static
RoutedUICommand
BoostBass
193
public static
RoutedUICommand
IncreaseMicrophoneVolume
201
public static
RoutedUICommand
DecreaseMicrophoneVolume
208
public static
RoutedUICommand
MuteMicrophoneVolume
215
public static
RoutedUICommand
ToggleMicrophoneOnOff
450
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
458
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand);
508
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Command\NavigationCommands.cs (20)
42
public static
RoutedUICommand
BrowseBack
50
public static
RoutedUICommand
BrowseForward
58
public static
RoutedUICommand
BrowseHome
66
public static
RoutedUICommand
BrowseStop
74
public static
RoutedUICommand
Refresh
82
public static
RoutedUICommand
Favorites
90
public static
RoutedUICommand
Search
99
public static
RoutedUICommand
IncreaseZoom
107
public static
RoutedUICommand
DecreaseZoom
115
public static
RoutedUICommand
Zoom
123
public static
RoutedUICommand
NextPage
131
public static
RoutedUICommand
PreviousPage
139
public static
RoutedUICommand
FirstPage
147
public static
RoutedUICommand
LastPage
155
public static
RoutedUICommand
GoToPage
163
public static
RoutedUICommand
NavigateJournal
337
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
345
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
388
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
756
RoutedUICommand
command = GetIsScrollUp(flickData) ? ComponentCommands.ScrollPageUp : ComponentCommands.ScrollPageDown;
PresentationFramework (214)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
199
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command)
204
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command, string header, string inputGestureText)
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\Automation\Peers\ButtonBaseAutomationPeer.cs (4)
37
RoutedUICommand
uiCommand = ((ButtonBase)Owner).Command as
RoutedUICommand
;
82
RoutedUICommand
uiCommand = bb.Command as
RoutedUICommand
;
System\Windows\Controls\DataGrid.cs (2)
2072
public static
RoutedUICommand
DeleteCommand
4324
public static
RoutedUICommand
SelectAllCommand
System\Windows\Controls\DocumentViewer.cs (8)
313
public static
RoutedUICommand
ViewThumbnailsCommand
326
public static
RoutedUICommand
FitToWidthCommand
339
public static
RoutedUICommand
FitToHeightCommand
352
public static
RoutedUICommand
FitToMaxPagesAcrossCommand
2651
private static
RoutedUICommand
_viewThumbnailsCommand;
2652
private static
RoutedUICommand
_fitToWidthCommand;
2653
private static
RoutedUICommand
_fitToHeightCommand;
2654
private static
RoutedUICommand
_fitToMaxPagesAcrossCommand;
System\Windows\Controls\FlowDocumentReader.cs (1)
655
public static readonly
RoutedUICommand
SwitchViewingModeCommand = new RoutedUICommand(Switch_ViewingMode, "SwitchViewingMode", typeof(FlowDocumentReader), null);
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1829
private static
RoutedUICommand
_commandLineDown; // Private LineDown command
1830
private static
RoutedUICommand
_commandLineUp; // Private LineUp command
1831
private static
RoutedUICommand
_commandLineLeft; // Private LineLeft command
1832
private static
RoutedUICommand
_commandLineRight; // Private LineRight command
System\Windows\Controls\ListBox.cs (1)
1063
private static
RoutedUICommand
SelectAllCommand =
System\Windows\Controls\MenuItem.cs (3)
345
RoutedUICommand
uiCommand;
350
uiCommand = menuItem.Command as
RoutedUICommand
;
359
uiCommand = value as
RoutedUICommand
;
System\Windows\Documents\EditingCommands.cs (178)
33
public static
RoutedUICommand
ToggleInsert { get { return EnsureCommand(ref _ToggleInsert , "ToggleInsert" ); } }
41
public static
RoutedUICommand
Delete { get { return EnsureCommand(ref _Delete , "Delete" ); } }
43
internal static
RoutedUICommand
Clear { get { return EnsureCommand(ref _Clear , "Clear" ); } }
52
public static
RoutedUICommand
Backspace { get { return EnsureCommand(ref _Backspace , "Backspace" ); } }
57
public static
RoutedUICommand
DeleteNextWord { get { return EnsureCommand(ref _DeleteNextWord , "DeleteNextWord" ); } }
62
public static
RoutedUICommand
DeletePreviousWord { get { return EnsureCommand(ref _DeletePreviousWord , "DeletePreviousWord" ); } }
71
public static
RoutedUICommand
EnterParagraphBreak { get { return EnsureCommand(ref _EnterParagraphBreak , "EnterParagraphBreak" ); } }
76
public static
RoutedUICommand
EnterLineBreak { get { return EnsureCommand(ref _EnterLineBreak , "EnterLineBreak" ); } }
89
public static
RoutedUICommand
TabForward { get { return EnsureCommand(ref _TabForward , "TabForward" ); } }
100
public static
RoutedUICommand
TabBackward { get { return EnsureCommand(ref _TabBackward , "TabBackward" ); } }
107
public static
RoutedUICommand
MoveRightByCharacter { get { return EnsureCommand(ref _MoveRightByCharacter , "MoveRightByCharacter" ); } }
112
public static
RoutedUICommand
MoveLeftByCharacter { get { return EnsureCommand(ref _MoveLeftByCharacter , "MoveLeftByCharacter" ); } }
117
public static
RoutedUICommand
MoveRightByWord { get { return EnsureCommand(ref _MoveRightByWord , "MoveRightByWord" ); } }
122
public static
RoutedUICommand
MoveLeftByWord { get { return EnsureCommand(ref _MoveLeftByWord , "MoveLeftByWord" ); } }
127
public static
RoutedUICommand
MoveDownByLine { get { return EnsureCommand(ref _MoveDownByLine , "MoveDownByLine" ); } }
132
public static
RoutedUICommand
MoveUpByLine { get { return EnsureCommand(ref _MoveUpByLine , "MoveUpByLine" ); } }
137
public static
RoutedUICommand
MoveDownByParagraph { get { return EnsureCommand(ref _MoveDownByParagraph , "MoveDownByParagraph" ); } }
142
public static
RoutedUICommand
MoveUpByParagraph { get { return EnsureCommand(ref _MoveUpByParagraph , "MoveUpByParagraph" ); } }
148
public static
RoutedUICommand
MoveDownByPage { get { return EnsureCommand(ref _MoveDownByPage , "MoveDownByPage" ); } }
154
public static
RoutedUICommand
MoveUpByPage { get { return EnsureCommand(ref _MoveUpByPage , "MoveUpByPage" ); } }
160
public static
RoutedUICommand
MoveToLineStart { get { return EnsureCommand(ref _MoveToLineStart , "MoveToLineStart" ); } }
166
public static
RoutedUICommand
MoveToLineEnd { get { return EnsureCommand(ref _MoveToLineEnd , "MoveToLineEnd" ); } }
171
public static
RoutedUICommand
MoveToDocumentStart { get { return EnsureCommand(ref _MoveToDocumentStart , "MoveToDocumentStart" ); } }
176
public static
RoutedUICommand
MoveToDocumentEnd { get { return EnsureCommand(ref _MoveToDocumentEnd , "MoveToDocumentEnd" ); } }
184
public static
RoutedUICommand
SelectRightByCharacter { get { return EnsureCommand(ref _SelectRightByCharacter , "SelectRightByCharacter" ); } }
189
public static
RoutedUICommand
SelectLeftByCharacter { get { return EnsureCommand(ref _SelectLeftByCharacter , "SelectLeftByCharacter" ); } }
194
public static
RoutedUICommand
SelectRightByWord { get { return EnsureCommand(ref _SelectRightByWord , "SelectRightByWord" ); } }
199
public static
RoutedUICommand
SelectLeftByWord { get { return EnsureCommand(ref _SelectLeftByWord , "SelectLeftByWord" ); } }
204
public static
RoutedUICommand
SelectDownByLine { get { return EnsureCommand(ref _SelectDownByLine , "SelectDownByLine" ); } }
209
public static
RoutedUICommand
SelectUpByLine { get { return EnsureCommand(ref _SelectUpByLine , "SelectUpByLine" ); } }
214
public static
RoutedUICommand
SelectDownByParagraph { get { return EnsureCommand(ref _SelectDownByParagraph , "SelectDownByParagraph" ); } }
219
public static
RoutedUICommand
SelectUpByParagraph { get { return EnsureCommand(ref _SelectUpByParagraph , "SelectUpByParagraph" ); } }
224
public static
RoutedUICommand
SelectDownByPage { get { return EnsureCommand(ref _SelectDownByPage , "SelectDownByPage" ); } }
229
public static
RoutedUICommand
SelectUpByPage { get { return EnsureCommand(ref _SelectUpByPage , "SelectUpByPage" ); } }
234
public static
RoutedUICommand
SelectToLineStart { get { return EnsureCommand(ref _SelectToLineStart , "SelectToLineStart" ); } }
239
public static
RoutedUICommand
SelectToLineEnd { get { return EnsureCommand(ref _SelectToLineEnd , "SelectToLineEnd" ); } }
244
public static
RoutedUICommand
SelectToDocumentStart { get { return EnsureCommand(ref _SelectToDocumentStart , "SelectToDocumentStart" ); } }
249
public static
RoutedUICommand
SelectToDocumentEnd { get { return EnsureCommand(ref _SelectToDocumentEnd , "SelectToDocumentEnd" ); } }
263
public static
RoutedUICommand
ToggleBold { get { return EnsureCommand(ref _ToggleBold , "ToggleBold" ); } }
268
public static
RoutedUICommand
ToggleItalic { get { return EnsureCommand(ref _ToggleItalic , "ToggleItalic" ); } }
273
public static
RoutedUICommand
ToggleUnderline { get { return EnsureCommand(ref _ToggleUnderline , "ToggleUnderline" ); } }
278
public static
RoutedUICommand
ToggleSubscript { get { return EnsureCommand(ref _ToggleSubscript , "ToggleSubscript" ); } }
283
public static
RoutedUICommand
ToggleSuperscript { get { return EnsureCommand(ref _ToggleSuperscript , "ToggleSuperscript" ); } }
288
public static
RoutedUICommand
IncreaseFontSize { get { return EnsureCommand(ref _IncreaseFontSize , "IncreaseFontSize" ); } }
293
public static
RoutedUICommand
DecreaseFontSize { get { return EnsureCommand(ref _DecreaseFontSize , "DecreaseFontSize" ); } }
301
public static
RoutedUICommand
AlignLeft { get { return EnsureCommand(ref _AlignLeft , "AlignLeft" ); } }
306
public static
RoutedUICommand
AlignCenter { get { return EnsureCommand(ref _AlignCenter , "AlignCenter" ); } }
311
public static
RoutedUICommand
AlignRight { get { return EnsureCommand(ref _AlignRight , "AlignRight" ); } }
316
public static
RoutedUICommand
AlignJustify { get { return EnsureCommand(ref _AlignJustify , "AlignJustify" ); } }
329
public static
RoutedUICommand
ToggleBullets { get { return EnsureCommand(ref _ToggleBullets , "ToggleBullets" ); } }
339
public static
RoutedUICommand
ToggleNumbering { get { return EnsureCommand(ref _ToggleNumbering , "ToggleNumbering" ); } }
344
public static
RoutedUICommand
IncreaseIndentation { get { return EnsureCommand(ref _IncreaseIndentation, "IncreaseIndentation"); } }
349
public static
RoutedUICommand
DecreaseIndentation { get { return EnsureCommand(ref _DecreaseIndentation, "DecreaseIndentation"); } }
357
public static
RoutedUICommand
CorrectSpellingError { get { return EnsureCommand(ref _CorrectSpellingError, "CorrectSpellingError" ); } }
362
public static
RoutedUICommand
IgnoreSpellingError { get { return EnsureCommand(ref _IgnoreSpellingError, "IgnoreSpellingError" ); } }
378
internal static
RoutedUICommand
Space { get { return EnsureCommand(ref _Space , "Space" ); } }
379
internal static
RoutedUICommand
ShiftSpace { get { return EnsureCommand(ref _ShiftSpace , "ShiftSpace" ); } }
383
internal static
RoutedUICommand
MoveToColumnStart { get { return EnsureCommand(ref _MoveToColumnStart , "MoveToColumnStart" ); } }
384
internal static
RoutedUICommand
MoveToColumnEnd { get { return EnsureCommand(ref _MoveToColumnEnd , "MoveToColumnEnd" ); } }
385
internal static
RoutedUICommand
MoveToWindowTop { get { return EnsureCommand(ref _MoveToWindowTop , "MoveToWindowTop" ); } }
386
internal static
RoutedUICommand
MoveToWindowBottom { get { return EnsureCommand(ref _MoveToWindowBottom , "MoveToWindowBottom" ); } }
390
internal static
RoutedUICommand
SelectToColumnStart { get { return EnsureCommand(ref _SelectToColumnStart , "SelectToColumnStart" ); } }
391
internal static
RoutedUICommand
SelectToColumnEnd { get { return EnsureCommand(ref _SelectToColumnEnd , "SelectToColumnEnd" ); } }
392
internal static
RoutedUICommand
SelectToWindowTop { get { return EnsureCommand(ref _SelectToWindowTop , "SelectToWindowTop" ); } }
393
internal static
RoutedUICommand
SelectToWindowBottom { get { return EnsureCommand(ref _SelectToWindowBottom , "SelectToWindowBottom" ); } }
397
internal static
RoutedUICommand
ResetFormat { get { return EnsureCommand(ref _ResetFormat , "ResetFormat" ); } }
398
internal static
RoutedUICommand
ToggleSpellCheck { get { return EnsureCommand(ref _ToggleSpellCheck , "ToggleSpellCheck" ); } }
406
internal static
RoutedUICommand
ApplyFontSize { get { return EnsureCommand(ref _ApplyFontSize , "ApplyFontSize" ); } }
407
internal static
RoutedUICommand
ApplyFontFamily { get { return EnsureCommand(ref _ApplyFontFamily , "ApplyFontFamily" ); } }
408
internal static
RoutedUICommand
ApplyForeground { get { return EnsureCommand(ref _ApplyForeground , "ApplyForeground" ); } }
409
internal static
RoutedUICommand
ApplyBackground { get { return EnsureCommand(ref _ApplyBackground , "ApplyBackground" ); } }
412
internal static
RoutedUICommand
ApplyInlineFlowDirectionRTL { get { return EnsureCommand(ref _ApplyInlineFlowDirectionRTL , "ApplyInlineFlowDirectionRTL" ); } }
413
internal static
RoutedUICommand
ApplyInlineFlowDirectionLTR { get { return EnsureCommand(ref _ApplyInlineFlowDirectionLTR , "ApplyInlineFlowDirectionLTR" ); } }
417
internal static
RoutedUICommand
ApplySingleSpace { get { return EnsureCommand(ref _ApplySingleSpace , "ApplySingleSpace" ); } }
418
internal static
RoutedUICommand
ApplyOneAndAHalfSpace { get { return EnsureCommand(ref _ApplyOneAndAHalfSpace , "ApplyOneAndAHalfSpace" ); } }
419
internal static
RoutedUICommand
ApplyDoubleSpace { get { return EnsureCommand(ref _ApplyDoubleSpace , "ApplyDoubleSpace" ); } }
420
internal static
RoutedUICommand
ApplyParagraphFlowDirectionRTL { get { return EnsureCommand(ref _ApplyParagraphFlowDirectionRTL , "ApplyParagraphFlowDirectionRTL" ); } }
421
internal static
RoutedUICommand
ApplyParagraphFlowDirectionLTR { get { return EnsureCommand(ref _ApplyParagraphFlowDirectionLTR , "ApplyParagraphFlowDirectionLTR" ); } }
425
internal static
RoutedUICommand
CopyFormat { get { return EnsureCommand(ref _CopyFormat , "CopyFormat" ); } }
426
internal static
RoutedUICommand
PasteFormat { get { return EnsureCommand(ref _PasteFormat , "PasteFormat" ); } }
430
internal static
RoutedUICommand
RemoveListMarkers { get { return EnsureCommand(ref _RemoveListMarkers , "RemoveListMarkers" ); } }
434
internal static
RoutedUICommand
InsertTable { get { return EnsureCommand(ref _InsertTable , "InsertTable" ); } }
435
internal static
RoutedUICommand
InsertRows { get { return EnsureCommand(ref _InsertRows , "InsertRows" ); } }
436
internal static
RoutedUICommand
InsertColumns { get { return EnsureCommand(ref _InsertColumns , "InsertColumns" ); } }
437
internal static
RoutedUICommand
DeleteRows { get { return EnsureCommand(ref _DeleteRows , "DeleteRows" ); } }
438
internal static
RoutedUICommand
DeleteColumns { get { return EnsureCommand(ref _DeleteColumns , "DeleteColumns" ); } }
439
internal static
RoutedUICommand
MergeCells { get { return EnsureCommand(ref _MergeCells , "MergeCells" ); } }
440
internal static
RoutedUICommand
SplitCell { get { return EnsureCommand(ref _SplitCell , "SplitCell" ); } }
453
private static
RoutedUICommand
EnsureCommand(ref
RoutedUICommand
command, string commandPropertyName)
480
private static
RoutedUICommand
_ToggleInsert;
481
private static
RoutedUICommand
_Delete;
482
private static
RoutedUICommand
_Clear;
483
private static
RoutedUICommand
_Backspace;
484
private static
RoutedUICommand
_DeleteNextWord;
485
private static
RoutedUICommand
_DeletePreviousWord;
486
private static
RoutedUICommand
_EnterParagraphBreak;
487
private static
RoutedUICommand
_EnterLineBreak;
488
private static
RoutedUICommand
_TabForward;
489
private static
RoutedUICommand
_TabBackward;
490
private static
RoutedUICommand
_Space;
491
private static
RoutedUICommand
_ShiftSpace;
495
private static
RoutedUICommand
_MoveRightByCharacter;
496
private static
RoutedUICommand
_MoveLeftByCharacter;
497
private static
RoutedUICommand
_MoveRightByWord;
498
private static
RoutedUICommand
_MoveLeftByWord;
499
private static
RoutedUICommand
_MoveDownByLine;
500
private static
RoutedUICommand
_MoveUpByLine;
501
private static
RoutedUICommand
_MoveDownByParagraph;
502
private static
RoutedUICommand
_MoveUpByParagraph;
503
private static
RoutedUICommand
_MoveDownByPage;
504
private static
RoutedUICommand
_MoveUpByPage;
505
private static
RoutedUICommand
_MoveToLineStart;
506
private static
RoutedUICommand
_MoveToLineEnd;
507
private static
RoutedUICommand
_MoveToColumnStart;
508
private static
RoutedUICommand
_MoveToColumnEnd;
509
private static
RoutedUICommand
_MoveToWindowTop;
510
private static
RoutedUICommand
_MoveToWindowBottom;
511
private static
RoutedUICommand
_MoveToDocumentStart;
512
private static
RoutedUICommand
_MoveToDocumentEnd;
516
private static
RoutedUICommand
_SelectRightByCharacter;
517
private static
RoutedUICommand
_SelectLeftByCharacter;
518
private static
RoutedUICommand
_SelectRightByWord;
519
private static
RoutedUICommand
_SelectLeftByWord;
520
private static
RoutedUICommand
_SelectDownByLine;
521
private static
RoutedUICommand
_SelectUpByLine;
522
private static
RoutedUICommand
_SelectDownByParagraph;
523
private static
RoutedUICommand
_SelectUpByParagraph;
524
private static
RoutedUICommand
_SelectDownByPage;
525
private static
RoutedUICommand
_SelectUpByPage;
526
private static
RoutedUICommand
_SelectToLineStart;
527
private static
RoutedUICommand
_SelectToLineEnd;
528
private static
RoutedUICommand
_SelectToColumnStart;
529
private static
RoutedUICommand
_SelectToColumnEnd;
530
private static
RoutedUICommand
_SelectToWindowTop;
531
private static
RoutedUICommand
_SelectToWindowBottom;
532
private static
RoutedUICommand
_SelectToDocumentStart;
533
private static
RoutedUICommand
_SelectToDocumentEnd;
537
private static
RoutedUICommand
_CopyFormat;
538
private static
RoutedUICommand
_PasteFormat;
539
private static
RoutedUICommand
_ResetFormat;
540
private static
RoutedUICommand
_ToggleBold;
541
private static
RoutedUICommand
_ToggleItalic;
542
private static
RoutedUICommand
_ToggleUnderline;
543
private static
RoutedUICommand
_ToggleSubscript;
544
private static
RoutedUICommand
_ToggleSuperscript;
545
private static
RoutedUICommand
_IncreaseFontSize;
546
private static
RoutedUICommand
_DecreaseFontSize;
547
private static
RoutedUICommand
_ApplyFontSize;
548
private static
RoutedUICommand
_ApplyFontFamily;
549
private static
RoutedUICommand
_ApplyForeground;
550
private static
RoutedUICommand
_ApplyBackground;
551
private static
RoutedUICommand
_ToggleSpellCheck;
552
private static
RoutedUICommand
_ApplyInlineFlowDirectionRTL;
553
private static
RoutedUICommand
_ApplyInlineFlowDirectionLTR;
557
private static
RoutedUICommand
_AlignLeft;
558
private static
RoutedUICommand
_AlignCenter;
559
private static
RoutedUICommand
_AlignRight;
560
private static
RoutedUICommand
_AlignJustify;
561
private static
RoutedUICommand
_ApplySingleSpace;
562
private static
RoutedUICommand
_ApplyOneAndAHalfSpace;
563
private static
RoutedUICommand
_ApplyDoubleSpace;
564
private static
RoutedUICommand
_IncreaseIndentation;
565
private static
RoutedUICommand
_DecreaseIndentation;
566
private static
RoutedUICommand
_ApplyParagraphFlowDirectionRTL;
567
private static
RoutedUICommand
_ApplyParagraphFlowDirectionLTR;
571
private static
RoutedUICommand
_RemoveListMarkers;
572
private static
RoutedUICommand
_ToggleBullets;
573
private static
RoutedUICommand
_ToggleNumbering;
577
private static
RoutedUICommand
_InsertTable;
578
private static
RoutedUICommand
_InsertRows;
579
private static
RoutedUICommand
_InsertColumns;
580
private static
RoutedUICommand
_DeleteRows;
581
private static
RoutedUICommand
_DeleteColumns;
582
private static
RoutedUICommand
_MergeCells;
583
private static
RoutedUICommand
_SplitCell;
587
private static
RoutedUICommand
_CorrectSpellingError;
588
private static
RoutedUICommand
_IgnoreSpellingError;
System\Windows\Input\Command\CommandConverter.cs (2)
243
private static
RoutedUICommand
GetKnownCommand( string localName, Type ownerType )
245
RoutedUICommand
knownCommand = null;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
635
case 539: t = () => typeof(
RoutedUICommand
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8605
typeof(System.Windows.Input.
RoutedUICommand
),
System\Windows\Markup\KnownTypes.cs (1)
6093
case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.
RoutedUICommand
); break;
PresentationUI (20)
MS\Internal\Documents\Application\CommandEnforcer.cs (3)
28
public PolicyBinding(
RoutedUICommand
command, RightsManagementPolicy policy)
39
public
RoutedUICommand
Command
52
private
RoutedUICommand
_command;
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (17)
84
public static
RoutedUICommand
FocusToolBar
95
public static
RoutedUICommand
Sign
106
public static
RoutedUICommand
RequestSigners
117
public static
RoutedUICommand
ShowSignatureSummary
128
public static
RoutedUICommand
ShowRMPermissions
139
public static
RoutedUICommand
ShowRMCredentialManager
150
public static
RoutedUICommand
ShowRMPublishingUI
2110
private static
RoutedUICommand
CreateAndBindCommand(string name, string header, InputGestureCollection gestures,
2114
RoutedUICommand
command = new RoutedUICommand(header, name, typeof(DocumentApplicationDocumentViewer), gestures);
2127
private static void BindCommand(
RoutedUICommand
command, ExecutedRoutedEventHandler executeHandler,
2207
private static
RoutedUICommand
_focusToolBarCommand;
2208
private static
RoutedUICommand
_signCommand;
2209
private static
RoutedUICommand
_requestSignersCommand;
2210
private static
RoutedUICommand
_showSignatureSummaryCommand;
2211
private static
RoutedUICommand
_showRMPermissionsCommand;
2212
private static
RoutedUICommand
_showRMCredentialManagerCommand;
2213
private static
RoutedUICommand
_showRMPublishingUICommand;
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (2)
110
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; }