1 type derived from RoutedUICommand
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\SecureUICommand.cs (1)
33
internal class SecureUICommand :
RoutedUICommand
, ISecureCommand
10 instantiations of RoutedUICommand
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (1)
524
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand);
Core\CSharp\System\Windows\Input\Command\MediaCommands.cs (1)
463
RoutedUICommand newCommand = new
RoutedUICommand
(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand);
Shared\MS\Internal\Commands\CommandLibraryHelper.cs (1)
38
routedUICommand = new
RoutedUICommand
(name, ownerType, commandId);
PresentationFramework (7)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1341
_commandLineDown = new
RoutedUICommand
(String.Empty, "FDSV_LineDown", typeof(FlowDocumentScrollViewer));
1342
_commandLineUp = new
RoutedUICommand
(String.Empty, "FDSV_LineUp", typeof(FlowDocumentScrollViewer));
1343
_commandLineLeft = new
RoutedUICommand
(String.Empty, "FDSV_LineLeft", typeof(FlowDocumentScrollViewer));
1344
_commandLineRight = new
RoutedUICommand
(String.Empty, "FDSV_LineRight", typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Documents\EditingCommands.cs (1)
460
command = new
RoutedUICommand
(commandPropertyName, commandPropertyName, typeof(EditingCommands));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8603
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
RoutedUICommand
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1515
case KnownElements.RoutedUICommand: o = new System.Windows.Input.
RoutedUICommand
(); break;
320 references to RoutedUICommand
PresentationCore (108)
Core\CSharp\System\Windows\Input\Command\ApplicationCommands.cs (27)
48
public static
RoutedUICommand
Cut
56
public static
RoutedUICommand
Copy
64
public static
RoutedUICommand
Paste
72
public static
RoutedUICommand
Delete
80
public static
RoutedUICommand
Undo
88
public static
RoutedUICommand
Redo
96
public static
RoutedUICommand
Find
104
public static
RoutedUICommand
Replace
112
public static
RoutedUICommand
SelectAll
120
public static
RoutedUICommand
Help
128
public static
RoutedUICommand
New
136
public static
RoutedUICommand
Open
144
public static
RoutedUICommand
Close
153
public static
RoutedUICommand
Save
161
public static
RoutedUICommand
SaveAs
169
public static
RoutedUICommand
Print
177
public static
RoutedUICommand
CancelPrint
185
public static
RoutedUICommand
PrintPreview
193
public static
RoutedUICommand
Properties
201
public static
RoutedUICommand
ContextMenu
209
public static
RoutedUICommand
Stop
217
public static
RoutedUICommand
CorrectionList
230
public static
RoutedUICommand
NotACommand
477
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
485
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
536
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
Core\CSharp\System\Windows\Input\Command\ComponentCommands.cs (31)
45
public static
RoutedUICommand
ScrollPageUp
53
public static
RoutedUICommand
ScrollPageDown
61
public static
RoutedUICommand
ScrollPageLeft
69
public static
RoutedUICommand
ScrollPageRight
77
public static
RoutedUICommand
ScrollByLine
85
public static
RoutedUICommand
MoveLeft
93
public static
RoutedUICommand
MoveRight
101
public static
RoutedUICommand
MoveUp
109
public static
RoutedUICommand
MoveDown
117
public static
RoutedUICommand
MoveToHome
125
public static
RoutedUICommand
MoveToEnd
133
public static
RoutedUICommand
MoveToPageUp
141
public static
RoutedUICommand
MoveToPageDown
149
public static
RoutedUICommand
ExtendSelectionUp
157
public static
RoutedUICommand
ExtendSelectionDown
165
public static
RoutedUICommand
ExtendSelectionLeft
173
public static
RoutedUICommand
ExtendSelectionRight
181
public static
RoutedUICommand
SelectToHome
189
public static
RoutedUICommand
SelectToEnd
197
public static
RoutedUICommand
SelectToPageUp
205
public static
RoutedUICommand
SelectToPageDown
213
public static
RoutedUICommand
MoveFocusUp
221
public static
RoutedUICommand
MoveFocusDown
229
public static
RoutedUICommand
MoveFocusForward
237
public static
RoutedUICommand
MoveFocusBack
245
public static
RoutedUICommand
MoveFocusPageUp
253
public static
RoutedUICommand
MoveFocusPageDown
516
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
524
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(ComponentCommands), (byte)idCommand);
577
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
Core\CSharp\System\Windows\Input\Command\MediaCommands.cs (28)
45
public static
RoutedUICommand
Play
53
public static
RoutedUICommand
Pause
61
public static
RoutedUICommand
Stop
69
public static
RoutedUICommand
Record
77
public static
RoutedUICommand
NextTrack
85
public static
RoutedUICommand
PreviousTrack
93
public static
RoutedUICommand
FastForward
101
public static
RoutedUICommand
Rewind
109
public static
RoutedUICommand
ChannelUp
117
public static
RoutedUICommand
ChannelDown
125
public static
RoutedUICommand
TogglePlayPause
133
public static
RoutedUICommand
Select
141
public static
RoutedUICommand
IncreaseVolume
149
public static
RoutedUICommand
DecreaseVolume
156
public static
RoutedUICommand
MuteVolume
163
public static
RoutedUICommand
IncreaseTreble
170
public static
RoutedUICommand
DecreaseTreble
177
public static
RoutedUICommand
IncreaseBass
184
public static
RoutedUICommand
DecreaseBass
191
public static
RoutedUICommand
BoostBass
198
public static
RoutedUICommand
IncreaseMicrophoneVolume
206
public static
RoutedUICommand
DecreaseMicrophoneVolume
213
public static
RoutedUICommand
MuteMicrophoneVolume
220
public static
RoutedUICommand
ToggleMicrophoneOnOff
455
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
463
RoutedUICommand
newCommand = new RoutedUICommand(GetPropertyName(idCommand), typeof(MediaCommands), (byte)idCommand);
513
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
Core\CSharp\System\Windows\Input\Command\NavigationCommands.cs (20)
48
public static
RoutedUICommand
BrowseBack
56
public static
RoutedUICommand
BrowseForward
64
public static
RoutedUICommand
BrowseHome
72
public static
RoutedUICommand
BrowseStop
80
public static
RoutedUICommand
Refresh
88
public static
RoutedUICommand
Favorites
96
public static
RoutedUICommand
Search
105
public static
RoutedUICommand
IncreaseZoom
113
public static
RoutedUICommand
DecreaseZoom
121
public static
RoutedUICommand
Zoom
129
public static
RoutedUICommand
NextPage
137
public static
RoutedUICommand
PreviousPage
145
public static
RoutedUICommand
FirstPage
153
public static
RoutedUICommand
LastPage
161
public static
RoutedUICommand
GoToPage
169
public static
RoutedUICommand
NavigateJournal
343
private static
RoutedUICommand
_EnsureCommand(CommandId idCommand)
351
RoutedUICommand
newCommand = CommandLibraryHelper.CreateUICommand(
395
private static
RoutedUICommand
[] _internalCommands = new
RoutedUICommand
[(int)CommandId.Last];
Shared\MS\Internal\Commands\CommandLibraryHelper.cs (2)
28
internal static
RoutedUICommand
CreateUICommand(string name, Type ownerType, byte commandId, PermissionSet ps)
30
RoutedUICommand
routedUICommand;
PresentationFramework (212)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (2)
231
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command)
236
private void SetMenuProperties(MenuItem menuItem, DocumentGrid dg,
RoutedUICommand
command, string header, string inputGestureText)
src\Framework\System\Windows\Annotations\AnnotationService.cs (6)
488
public static readonly
RoutedUICommand
CreateHighlightCommand = new RoutedUICommand(SR.Get(SRID.CreateHighlight), "CreateHighlight", typeof(AnnotationService), null);
493
public static readonly
RoutedUICommand
CreateTextStickyNoteCommand = new RoutedUICommand(SR.Get(SRID.CreateTextNote), "CreateTextStickyNote", typeof(AnnotationService), null);
498
public static readonly
RoutedUICommand
CreateInkStickyNoteCommand = new RoutedUICommand(SR.Get(SRID.CreateInkNote), "CreateInkStickyNote", typeof(AnnotationService), null);
503
public static readonly
RoutedUICommand
ClearHighlightsCommand = new RoutedUICommand(SR.Get(SRID.ClearHighlight), "ClearHighlights", typeof(AnnotationService), null);
508
public static readonly
RoutedUICommand
DeleteStickyNotesCommand = new RoutedUICommand(SR.Get(SRID.DeleteNotes), "DeleteStickyNotes", typeof(AnnotationService), null);
513
public static readonly
RoutedUICommand
DeleteAnnotationsCommand = new RoutedUICommand(SR.Get(SRID.DeleteAnnotations), "DeleteAnnotations", typeof(AnnotationService), null);
src\Framework\System\Windows\Automation\Peers\ButtonBaseAutomationPeer.cs (4)
34
RoutedUICommand
uiCommand = ((ButtonBase)Owner).Command as
RoutedUICommand
;
79
RoutedUICommand
uiCommand = bb.Command as
RoutedUICommand
;
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2076
public static
RoutedUICommand
DeleteCommand
4329
public static
RoutedUICommand
SelectAllCommand
src\Framework\System\Windows\Controls\DocumentViewer.cs (8)
327
public static
RoutedUICommand
ViewThumbnailsCommand
340
public static
RoutedUICommand
FitToWidthCommand
353
public static
RoutedUICommand
FitToHeightCommand
366
public static
RoutedUICommand
FitToMaxPagesAcrossCommand
2723
private static
RoutedUICommand
_viewThumbnailsCommand;
2724
private static
RoutedUICommand
_fitToWidthCommand;
2725
private static
RoutedUICommand
_fitToHeightCommand;
2726
private static
RoutedUICommand
_fitToMaxPagesAcrossCommand;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
656
public static readonly
RoutedUICommand
SwitchViewingModeCommand = new RoutedUICommand(SR.Get(SRID.SwitchViewingMode), "SwitchViewingMode", typeof(FlowDocumentReader), null);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1837
private static
RoutedUICommand
_commandLineDown; // Private LineDown command
1838
private static
RoutedUICommand
_commandLineUp; // Private LineUp command
1839
private static
RoutedUICommand
_commandLineLeft; // Private LineLeft command
1840
private static
RoutedUICommand
_commandLineRight; // Private LineRight command
src\Framework\System\Windows\Controls\ListBox.cs (1)
1018
private static
RoutedUICommand
SelectAllCommand =
src\Framework\System\Windows\Controls\MenuItem.cs (3)
348
RoutedUICommand
uiCommand;
353
uiCommand = menuItem.Command as
RoutedUICommand
;
362
uiCommand = value as
RoutedUICommand
;
src\Framework\System\Windows\Documents\EditingCommands.cs (176)
35
public static
RoutedUICommand
ToggleInsert { get { return EnsureCommand(ref _ToggleInsert , "ToggleInsert" ); } }
43
public static
RoutedUICommand
Delete { get { return EnsureCommand(ref _Delete , "Delete" ); } }
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
_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;
src\Framework\System\Windows\Input\Command\CommandConverter.cs (2)
253
private static
RoutedUICommand
GetKnownCommand( string localName, Type ownerType )
255
RoutedUICommand
knownCommand = null;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
631
case 539: t = () => typeof(
RoutedUICommand
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8601
typeof(System.Windows.Input.
RoutedUICommand
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6083
case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.
RoutedUICommand
); break;