63 instantiations of CommandBinding
Microsoft.VisualStudio.LanguageServices (8)
GenerateType\GenerateTypeDialog.xaml.cs (5)
49
CommandBindings.Add(new
CommandBinding
(
56
CommandBindings.Add(new
CommandBinding
(
63
CommandBindings.Add(new
CommandBinding
(
70
CommandBindings.Add(new
CommandBinding
(
77
CommandBindings.Add(new
CommandBinding
(
PickMembers\PickMembersDialog.xaml.cs (2)
48
CommandBindings.Add(new
CommandBinding
(
55
CommandBindings.Add(new
CommandBinding
(
StackTraceExplorer\StackTraceExplorerToolWindow.cs (1)
47
dockPanel.CommandBindings.Add(new
CommandBinding
(ApplicationCommands.Paste, (s, e) =>
PresentationFramework (38)
MS\Internal\Commands\CommandHelpers.cs (1)
102
CommandManager.RegisterClassCommandBinding(controlType, new
CommandBinding
(command, executedRoutedEventHandler, canExecuteRoutedEventHandler));
System\Windows\Annotations\AnnotationService.cs (18)
46
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
48
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
50
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
52
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
54
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
56
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
58
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
60
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
62
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
64
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
66
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
68
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
70
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
72
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
74
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
76
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
78
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
80
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
System\Windows\Controls\DataGrid.cs (6)
58
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(BeginEditCommand, new ExecutedRoutedEventHandler(OnExecutedBeginEdit), new CanExecuteRoutedEventHandler(OnCanExecuteBeginEdit)));
60
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(CommitEditCommand, new ExecutedRoutedEventHandler(OnExecutedCommitEdit), new CanExecuteRoutedEventHandler(OnCanExecuteCommitEdit)));
63
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(CancelEditCommand, new ExecutedRoutedEventHandler(OnExecutedCancelEdit), new CanExecuteRoutedEventHandler(OnCanExecuteCancelEdit)));
65
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(SelectAllCommand, new ExecutedRoutedEventHandler(OnExecutedSelectAll), new CanExecuteRoutedEventHandler(OnCanExecuteSelectAll)));
67
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(DeleteCommand, new ExecutedRoutedEventHandler(OnExecutedDelete), new CanExecuteRoutedEventHandler(OnCanExecuteDelete)));
70
CommandManager.RegisterClassCommandBinding(typeof(DataGrid), new
CommandBinding
(ApplicationCommands.Copy, new ExecutedRoutedEventHandler(OnExecutedCopy), new CanExecuteRoutedEventHandler(OnCanExecuteCopy)));
System\Windows\Controls\Frame.cs (5)
1335
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseBack, OnGoBack, OnQueryGoBack));
1336
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
1337
AddCommandBinding(new
CommandBinding
(NavigationCommands.NavigateJournal, OnNavigateJournal));
1338
AddCommandBinding(new
CommandBinding
(NavigationCommands.Refresh, OnRefresh, OnQueryRefresh));
1339
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseStop, OnBrowseStop));
System\Windows\Documents\RubberbandSelector.cs (1)
69
CommandBinding binding = new
CommandBinding
(ApplicationCommands.Copy);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12827
DefaultConstructor = delegate () { return new System.Windows.Input.
CommandBinding
(); }
System\Windows\Navigation\NavigationWindow.cs (5)
160
new
CommandBinding
(
167
new
CommandBinding
(
174
new
CommandBinding
(NavigationCommands.NavigateJournal, new ExecutedRoutedEventHandler(OnNavigateJournal)));
178
new
CommandBinding
(
185
new
CommandBinding
(
System\Windows\Window.cs (1)
3561
CommandBinding binding = new
CommandBinding
(DialogCancelCommand);
PresentationUI (5)
InstallationError.xaml.cs (1)
21
new
CommandBinding
(NavigationCommands.Refresh,
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2127
new
CommandBinding
(command, executeHandler, queryEnabledHandler));
TenFeetInstallationError.xaml.cs (1)
28
new
CommandBinding
(NavigationCommands.Refresh,
TenFeetInstallationProgress.xaml.cs (2)
29
new
CommandBinding
(NavigationCommands.Refresh,
34
new
CommandBinding
(NavigationCommands.BrowseStop,
System.Windows.Controls.Ribbon (12)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (6)
105
new
CommandBinding
(RibbonCommands.AddToQuickAccessToolBarCommand, AddToQATExecuted, AddToQATCanExecute));
107
new
CommandBinding
(RibbonCommands.MaximizeRibbonCommand, MaximizeRibbonExecuted, MaximizeRibbonCanExecute));
109
new
CommandBinding
(RibbonCommands.MinimizeRibbonCommand, MinimizeRibbonExecuted, MinimizeRibbonCanExecute));
111
new
CommandBinding
(RibbonCommands.RemoveFromQuickAccessToolBarCommand, RemoveFromQATExecuted, RemoveFromQATCanExecute));
113
new
CommandBinding
(RibbonCommands.ShowQuickAccessToolBarAboveRibbonCommand, ShowQATAboveExecuted, ShowQATAboveCanExecute));
115
new
CommandBinding
(RibbonCommands.ShowQuickAccessToolBarBelowRibbonCommand, ShowQATBelowExecuted, ShowQATBelowCanExecute));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
76
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(FilterCommand, FilterExecuted, FilterCanExecute));
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (5)
55
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_minimizeWindowCommand, MinimizeWindowExecuted, MinimizeWindowCanExecute));
56
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_maximizeWindowCommand, MaximizeWindowExecuted, MaximizeWindowCanExecute));
57
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_restoreWindowCommand, RestoreWindowExecuted, RestoreWindowCanExecute));
58
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_closeWindowCommand, CloseWindowExecuted, CloseWindowCanExecute));
59
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_showSystemMenuCommand, SystemMenuExecuted, SystemMenuCanExecute));
58 references to CommandBinding
Microsoft.VisualStudio.LanguageServices (13)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ChangeSignature\ChangeSignatureDialog.g.cs (8)
263
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveUp_Click_FocusRow);
271
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveUp_Click);
279
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveDown_Click_FocusRow);
287
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveDown_Click);
295
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.ToggleRemovedState);
318
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveSelectionUp_Click);
326
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveSelectionDown_Click);
334
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.OK_Click);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PickMembers\PickMembersDialog.g.cs (2)
160
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveUp_Click);
168
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.MoveDown_Click);
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\StackTraceExplorer\StackTraceExplorer.g.cs (3)
77
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed);
85
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed);
109
((System.Windows.Input.
CommandBinding
)(target)).Executed += new System.Windows.Input.ExecutedRoutedEventHandler(this.CommandBinding_Executed);
PresentationCore (32)
System\Windows\Input\Command\CommandBindingCollection.cs (22)
78
return Contains(key as
CommandBinding
) ;
88
return ((value is
CommandBinding
commandBinding) ? IndexOf(commandBinding) : -1);
98
Insert(index, value as
CommandBinding
);
107
return Add(commandBinding as
CommandBinding
);
116
Remove(commandBinding as
CommandBinding
);
130
if (value is not
CommandBinding
commandBinding)
140
public
CommandBinding
this[int index]
159
public int Add(
CommandBinding
commandBinding)
163
_innerCBList ??= new Collections.Generic.List<
CommandBinding
>(1);
185
_innerCBList ??= new System.Collections.Generic.List<
CommandBinding
>(collection.Count);
190
if (collectionEnum.Current is
CommandBinding
cmdBinding)
206
public void Insert(int index,
CommandBinding
commandBinding)
222
public void Remove(
CommandBinding
commandBinding)
301
public int IndexOf(
CommandBinding
value)
311
public bool Contains(
CommandBinding
commandBinding)
325
public void CopyTo(
CommandBinding
[] commandBindings, int index)
340
System.Collections.Generic.List<
CommandBinding
> list = new System.Collections.Generic.List<
CommandBinding
>(0);
353
CommandBinding
commandBinding = this[i];
365
internal
CommandBinding
FindMatch(ICommand command, ref int index)
369
CommandBinding
commandBinding = this[index++];
386
private Collections.Generic.List<
CommandBinding
> _innerCBList;
System\Windows\Input\Command\CommandManager.cs (10)
211
public static void RegisterClassCommandBinding(Type type,
CommandBinding
commandBinding)
464
private static bool CanExecuteCommandBinding(object sender, CanExecuteRoutedEventArgs e,
CommandBinding
commandBinding)
499
private static bool ExecuteCommandBinding(object sender, ExecutedRoutedEventArgs e,
CommandBinding
commandBinding)
554
ValueTuple<Type,
CommandBinding
>? tuple = default; // zero or one binding
555
List<ValueTuple<Type,
CommandBinding
>> list = default; // more than one
568
CommandBinding
commandBinding = classCommandBindings.FindMatch(command, ref index);
580
list ??= new List<ValueTuple<Type,
CommandBinding
>>(8)
585
list.Add(new ValueTuple<Type,
CommandBinding
>(classType, commandBinding));
633
CommandBinding
commandBinding = commandBindings.FindMatch(command, ref index);
641
private static bool HandleCommandBinding(object sender, RoutedEventArgs e,
CommandBinding
commandBinding, bool execute)
PresentationFramework (13)
System\Windows\Controls\Frame.cs (4)
1355
foreach (
CommandBinding
cb in _commandBindings)
1364
private void AddCommandBinding(
CommandBinding
b)
1372
_commandBindings = new List<
CommandBinding
>(6);
1394
private List<
CommandBinding
> _commandBindings;
System\Windows\Documents\RubberbandSelector.cs (2)
69
CommandBinding
binding = new CommandBinding(ApplicationCommands.Copy);
96
foreach (
CommandBinding
binding in commandBindings)
System\Windows\FrameworkCompatibilityPreferences.cs (1)
361
/// <see cref="System.Windows.Input.
CommandBinding
"/>, and apply that binding to all TextBoxBase
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
7518
Type type = typeof(System.Windows.Input.
CommandBinding
);
7520
this.GetXamlType(typeof(System.Windows.Input.
CommandBinding
)), // DeclaringType
7528
SetDelegate = delegate (object target, object value) { ((System.Windows.Input.
CommandBinding
)target).Command = (System.Windows.Input.ICommand)value; },
7529
GetDelegate = delegate (object target) { return ((System.Windows.Input.
CommandBinding
)target).Command; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12824
typeof(System.Windows.Input.
CommandBinding
),
System\Windows\Window.cs (1)
3561
CommandBinding
binding = new CommandBinding(DialogCancelCommand);