117 references to RoutedCommand
PresentationFramework (37)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
2058
public static readonly RoutedCommand BeginEditCommand = new
RoutedCommand
("BeginEdit", typeof(DataGrid));
2064
public static readonly RoutedCommand CommitEditCommand = new
RoutedCommand
("CommitEdit", typeof(DataGrid));
2071
public static readonly RoutedCommand CancelEditCommand = new
RoutedCommand
("CancelEdit", typeof(DataGrid));
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2137
internal static readonly RoutedCommand DeselectCommand = new
RoutedCommand
("Deselect", typeof(InkCanvas));
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (19)
234
public static readonly RoutedCommand LineUpCommand = new
RoutedCommand
("LineUp", typeof(ScrollBar));
238
public static readonly RoutedCommand LineDownCommand = new
RoutedCommand
("LineDown", typeof(ScrollBar));
242
public static readonly RoutedCommand LineLeftCommand = new
RoutedCommand
("LineLeft", typeof(ScrollBar));
246
public static readonly RoutedCommand LineRightCommand = new
RoutedCommand
("LineRight", typeof(ScrollBar));
250
public static readonly RoutedCommand PageUpCommand = new
RoutedCommand
("PageUp", typeof(ScrollBar));
254
public static readonly RoutedCommand PageDownCommand = new
RoutedCommand
("PageDown", typeof(ScrollBar));
258
public static readonly RoutedCommand PageLeftCommand = new
RoutedCommand
("PageLeft", typeof(ScrollBar));
262
public static readonly RoutedCommand PageRightCommand = new
RoutedCommand
("PageRight", typeof(ScrollBar));
266
public static readonly RoutedCommand ScrollToEndCommand = new
RoutedCommand
("ScrollToEnd", typeof(ScrollBar));
270
public static readonly RoutedCommand ScrollToHomeCommand = new
RoutedCommand
("ScrollToHome", typeof(ScrollBar));
274
public static readonly RoutedCommand ScrollToRightEndCommand = new
RoutedCommand
("ScrollToRightEnd", typeof(ScrollBar));
278
public static readonly RoutedCommand ScrollToLeftEndCommand = new
RoutedCommand
("ScrollToLeftEnd", typeof(ScrollBar));
282
public static readonly RoutedCommand ScrollToTopCommand = new
RoutedCommand
("ScrollToTop", typeof(ScrollBar));
286
public static readonly RoutedCommand ScrollToBottomCommand = new
RoutedCommand
("ScrollToBottom", typeof(ScrollBar));
290
public static readonly RoutedCommand ScrollToHorizontalOffsetCommand = new
RoutedCommand
("ScrollToHorizontalOffset", typeof(ScrollBar));
294
public static readonly RoutedCommand ScrollToVerticalOffsetCommand = new
RoutedCommand
("ScrollToVerticalOffset", typeof(ScrollBar));
298
public static readonly RoutedCommand DeferScrollToHorizontalOffsetCommand = new
RoutedCommand
("DeferScrollToToHorizontalOffset", typeof(ScrollBar));
302
public static readonly RoutedCommand DeferScrollToVerticalOffsetCommand = new
RoutedCommand
("DeferScrollToVerticalOffset", typeof(ScrollBar));
307
public static readonly RoutedCommand ScrollHereCommand = new
RoutedCommand
("ScrollHere", typeof(ScrollBar));
src\Framework\System\Windows\Controls\Slider.cs (6)
142
_increaseLargeCommand = new
RoutedCommand
("IncreaseLarge", typeof(Slider));
143
_decreaseLargeCommand = new
RoutedCommand
("DecreaseLarge", typeof(Slider));
144
_increaseSmallCommand = new
RoutedCommand
("IncreaseSmall", typeof(Slider));
145
_decreaseSmallCommand = new
RoutedCommand
("DecreaseSmall", typeof(Slider));
146
_minimizeValueCommand = new
RoutedCommand
("MinimizeValue", typeof(Slider));
147
_maximizeValueCommand = new
RoutedCommand
("MaximizeValue", typeof(Slider));
src\Framework\System\Windows\Controls\StickyNote.cs (2)
533
public static readonly RoutedCommand DeleteNoteCommand = new
RoutedCommand
("DeleteNote", typeof(StickyNoteControl));
538
public static readonly RoutedCommand InkCommand = new
RoutedCommand
("Ink", typeof(StickyNoteControl));
src\Framework\System\Windows\SystemCommands.cs (5)
21
CloseWindowCommand = new
RoutedCommand
("CloseWindow", typeof(SystemCommands));
22
MaximizeWindowCommand = new
RoutedCommand
("MaximizeWindow", typeof(SystemCommands));
23
MinimizeWindowCommand = new
RoutedCommand
("MinimizeWindow", typeof(SystemCommands));
24
RestoreWindowCommand = new
RoutedCommand
("RestoreWindow", typeof(SystemCommands));
25
ShowSystemMenuCommand = new
RoutedCommand
("ShowSystemMenu", typeof(SystemCommands));
src\Framework\System\Windows\Window.cs (1)
3417
internal static readonly RoutedCommand DialogCancelCommand = new
RoutedCommand
("DialogCancel", typeof(Window));
System.Activities.Core.Presentation (15)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (3)
47
public static readonly RoutedCommand SetAsStartNodeCommand = new
RoutedCommand
("SetAsStartNode", typeof(FlowchartDesigner));
49
public static readonly RoutedCommand ShowAllConditionsCommand = new
RoutedCommand
("ShowAllConditionsCommand", typeof(FlowchartDesigner));
50
public static readonly RoutedCommand HideAllConditionsCommand = new
RoutedCommand
("HideAllConditionsCommand", typeof(FlowchartDesigner));
System\Activities\Core\Presentation\FlowchartDesignerCommands.cs (1)
9
public static readonly RoutedCommand ConnectNodesCommand = new
RoutedCommand
("ConnectNodes", typeof(FlowchartDesignerCommands));
System\Activities\Core\Presentation\PickDesigner.xaml.cs (1)
21
public static readonly RoutedCommand CreateBranchCommand = new
RoutedCommand
("CreateBranchCommand", typeof(PickDesigner));
System\Activities\Core\Presentation\StateDesigner.xaml.cs (1)
42
public static readonly RoutedCommand SetAsInitialCommand = new
RoutedCommand
("SetAsInitial", typeof(StateDesigner));
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (4)
61
public static readonly RoutedCommand CreateDynamicArgumentCommand = new
RoutedCommand
("CreateDynamicArgumentCommand", typeof(DynamicArgumentDesigner));
62
public static readonly RoutedCommand MoveUpArgumentCommand = new
RoutedCommand
("MoveUpArgumentCommand", typeof(DynamicArgumentDesigner));
63
public static readonly RoutedCommand MoveDownArgumentCommand = new
RoutedCommand
("MoveDownArgumentCommand", typeof(DynamicArgumentDesigner));
64
public static readonly RoutedCommand DeleteArgumentCommand = new
RoutedCommand
("DeleteArgumentCommand", typeof(DynamicArgumentDesigner));
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (2)
37
public static readonly ICommand AddNewTypeCommand = new
RoutedCommand
("AddNewType", typeof(TypeCollectionDesigner));
38
public static readonly ICommand DeleteTypeCommand = new
RoutedCommand
("DeleteType", typeof(TypeCollectionDesigner));
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
42
public static readonly RoutedCommand AddNewDataCommand = new
RoutedCommand
("AddNewDataCommand", typeof(CorrelationDataDesigner));
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
40
public static readonly RoutedCommand CreateSendReplyCommand = new
RoutedCommand
("CreateSendReply", typeof(ReceiveDesigner));
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
41
public static readonly RoutedCommand CreateReceiveReplyCommand = new
RoutedCommand
("CreateReceiveReply", typeof(SendDesigner));
System.Activities.Presentation (65)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainerCommands.cs (2)
20
private static readonly RoutedCommand togglePinAdvancedProperties = new
RoutedCommand
("TogglePinAdvancedProperties", typeof(CategoryContainerCommands));
21
private static readonly RoutedCommand updateCategoryExpansionState = new
RoutedCommand
("UpdateCategoryExpansionState", typeof(CategoryContainerCommands));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (2)
25
public static readonly RoutedCommand OnBeginExtendedEdit = new
RoutedCommand
("OnBeginExtendedEdit", typeof(PropertyContainerPopup));
26
public static readonly RoutedCommand OnEndExtendedEdit = new
RoutedCommand
("OnEndExtendedEdit", typeof(PropertyContainerPopup));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
541
_openDialogWindow = new
RoutedCommand
("OpenDialogWindow", typeof(PropertyContainer));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueEditorCommands.cs (8)
33
_showInlineEditor = new
RoutedCommand
("ShowInlineEditor", typeof(PropertyValueEditorCommands));
45
_showExtendedPopupEditor = new
RoutedCommand
("ShowExtendedPopupEditor", typeof(PropertyValueEditorCommands));
57
_showExtendedPinnedEditor = new
RoutedCommand
("ShowExtendedPinnedEditor", typeof(PropertyValueEditorCommands));
69
_showDialogEditor = new
RoutedCommand
("ShowDialogEditor", typeof(PropertyValueEditorCommands));
81
_beginTransaction = new
RoutedCommand
("BeginTransaction", typeof(PropertyValueEditorCommands));
94
_commitTransaction = new
RoutedCommand
("CommitTransaction", typeof(PropertyValueEditorCommands));
107
_abortTransaction = new
RoutedCommand
("AbortTransaction", typeof(PropertyValueEditorCommands));
120
_finishEditing = new
RoutedCommand
("FinishEditing", typeof(PropertyValueEditorCommands));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (40)
52
public static readonly ICommand GoToParentCommand = new
RoutedCommand
("GoToParentCommand", typeof(DesignerView));
54
public static readonly ICommand ExpandCommand = new
RoutedCommand
("ExpandCommand", typeof(DesignerView));
56
public static readonly ICommand ExpandAllCommand = new
RoutedCommand
("ExpandAllCommand", typeof(DesignerView));
58
public static readonly ICommand CollapseCommand = new
RoutedCommand
("CollapseCommand", typeof(DesignerView));
60
public static readonly ICommand CollapseAllCommand = new
RoutedCommand
("CollapseAllCommand", typeof(DesignerView));
62
public static readonly ICommand RestoreCommand = new
RoutedCommand
("RestoreCommand", typeof(DesignerView));
64
public static readonly ICommand ExpandInPlaceCommand = new
RoutedCommand
("ExpandInPlaceCommand", typeof(DesignerView));
66
public static readonly ICommand InsertBreakpointCommand = new
RoutedCommand
("InsertBreakpointCommand", typeof(DesignerView));
68
public static readonly ICommand DeleteBreakpointCommand = new
RoutedCommand
("DeleteBreakpointParentCommand", typeof(DesignerView));
70
public static readonly ICommand EnableBreakpointCommand = new
RoutedCommand
("EnableBreakpointCommand", typeof(DesignerView));
72
public static readonly ICommand DisableBreakpointCommand = new
RoutedCommand
("DisableBreakpointCommand", typeof(DesignerView));
74
public static readonly ICommand SaveAsImageCommand = new
RoutedCommand
("SaveAsImageCommand", typeof(DesignerView));
76
public static readonly ICommand CopyAsImageCommand = new
RoutedCommand
("CopyAsImageCommand", typeof(DesignerView));
78
public static readonly ICommand ZoomInCommand = new
RoutedCommand
("ZoomInCommand", typeof(DesignerView));
80
public static readonly ICommand ZoomOutCommand = new
RoutedCommand
("ZoomOutCommand", typeof(DesignerView));
82
public static readonly ICommand ToggleArgumentDesignerCommand = new
RoutedCommand
("ToggleArgumentDesignerCommand", typeof(DesignerView));
84
public static readonly ICommand ToggleImportsDesignerCommand = new
RoutedCommand
("ToggleImportsDesignerCommand", typeof(DesignerView));
86
public static readonly ICommand ToggleVariableDesignerCommand = new
RoutedCommand
("ToggleVariableDesignerCommand", typeof(DesignerView));
88
public static readonly ICommand CreateVariableCommand = new
RoutedCommand
("CreateVariableCommand", typeof(DesignerView));
90
public static readonly ICommand ToggleMiniMapCommand = new
RoutedCommand
("ToggleMinimapCommand", typeof(DesignerView));
92
public static readonly ICommand CycleThroughDesignerCommand = new
RoutedCommand
("CycleThroughDesignerCommand", typeof(DesignerView));
94
public static readonly ICommand CreateWorkflowElementCommand = new
RoutedCommand
("CreateWorkflowElementCommand", typeof(DesignerView));
96
public static readonly ICommand CreateArgumentCommand = new
RoutedCommand
("CreateArgumentCommand", typeof(DesignerView));
98
public static readonly ICommand CommitCommand = new
RoutedCommand
("CommitCommand", typeof(DesignerView));
100
public static readonly ICommand FitToScreenCommand = new
RoutedCommand
("FitToScreenCommand", typeof(DesignerView));
102
public static readonly ICommand ResetZoomCommand = new
RoutedCommand
("ResetZoomCommand", typeof(DesignerView));
104
public static readonly ICommand MoveFocusCommand = new
RoutedCommand
("MoveFocusCommand", typeof(DesignerView));
106
public static readonly ICommand ToggleSelectionCommand = new
RoutedCommand
("ToggleSelectionCommand", typeof(DesignerView));
108
public static readonly ICommand CutCommand = new
RoutedCommand
("CutCommand", typeof(DesignerView));
110
public static readonly ICommand CopyCommand = new
RoutedCommand
("CopyCommand", typeof(DesignerView));
112
public static readonly ICommand PasteCommand = new
RoutedCommand
("PasteCommand", typeof(DesignerView));
114
public static readonly ICommand SelectAllCommand = new
RoutedCommand
("SelectAllCommand", typeof(DesignerView));
116
public static readonly ICommand UndoCommand = new
RoutedCommand
("UndoCommand", typeof(DesignerView));
118
public static readonly ICommand RedoCommand = new
RoutedCommand
("RedoCommand", typeof(DesignerView));
120
public static readonly ICommand AddAnnotationCommand = new
RoutedCommand
("AddAnnotationCommand", typeof(DesignerView));
122
public static readonly ICommand EditAnnotationCommand = new
RoutedCommand
("EditAnnotationCommand", typeof(DesignerView));
124
public static readonly ICommand DeleteAnnotationCommand = new
RoutedCommand
("DeleteAnnotationCommand", typeof(DesignerView));
126
public static readonly ICommand ShowAllAnnotationCommand = new
RoutedCommand
("ShowAllAnnotationCommand", typeof(DesignerView));
128
public static readonly ICommand HideAllAnnotationCommand = new
RoutedCommand
("HideAllAnnotationCommand", typeof(DesignerView));
130
public static readonly ICommand DeleteAllAnnotationCommand = new
RoutedCommand
("DeleteAllAnnotationCommand", typeof(DesignerView));
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (6)
209
public static readonly ICommand CompleteWordCommand = new
RoutedCommand
("CompleteWordCommand", typeof(ExpressionTextBox));
211
public static readonly ICommand GlobalIntellisenseCommand = new
RoutedCommand
("GlobalIntellisenseCommand", typeof(ExpressionTextBox));
213
public static readonly ICommand ParameterInfoCommand = new
RoutedCommand
("ParameterInfoCommand", typeof(ExpressionTextBox));
215
public static readonly ICommand QuickInfoCommand = new
RoutedCommand
("QuickInfoCommand", typeof(ExpressionTextBox));
217
public static readonly ICommand IncreaseFilterLevelCommand = new
RoutedCommand
("IncreaseFilterLevelCommand", typeof(ExpressionTextBox));
219
public static readonly ICommand DecreaseFilterLevelCommand = new
RoutedCommand
("DecreaseFilterLevelCommand", typeof(ExpressionTextBox));
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (6)
72
public static readonly ICommand CompleteWordCommand = new
RoutedCommand
("CompleteWordCommand", typeof(VisualBasicEditor));
74
public static readonly ICommand GlobalIntellisenseCommand = new
RoutedCommand
("GlobalIntellisenseCommand", typeof(VisualBasicEditor));
76
public static readonly ICommand ParameterInfoCommand = new
RoutedCommand
("ParameterInfoCommand", typeof(VisualBasicEditor));
78
public static readonly ICommand QuickInfoCommand = new
RoutedCommand
("QuickInfoCommand", typeof(VisualBasicEditor));
80
public static readonly ICommand IncreaseFilterLevelCommand = new
RoutedCommand
("IncreaseFilterLevelCommand", typeof(VisualBasicEditor));
82
public static readonly ICommand DecreaseFilterLevelCommand = new
RoutedCommand
("DecreaseFilterLevelCommand", typeof(VisualBasicEditor));