63 instantiations of CommandBinding
Microsoft.VisualStudio.LanguageServices (8)
GenerateType\GenerateTypeDialog.xaml.cs (5)
47
CommandBindings.Add(new
CommandBinding
(
54
CommandBindings.Add(new
CommandBinding
(
61
CommandBindings.Add(new
CommandBinding
(
68
CommandBindings.Add(new
CommandBinding
(
75
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)
101
CommandManager.RegisterClassCommandBinding(controlType, new
CommandBinding
(command, executedRoutedEventHandler, canExecuteRoutedEventHandler));
System\Windows\Annotations\AnnotationService.cs (18)
45
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
47
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
49
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
51
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
53
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
55
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new
CommandBinding
(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
57
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
59
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
61
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
63
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
65
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
67
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new
CommandBinding
(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
69
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(CreateHighlightCommand, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
71
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(CreateTextStickyNoteCommand, AnnotationHelper.OnCreateTextStickyNoteCommand, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
73
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(CreateInkStickyNoteCommand, AnnotationHelper.OnCreateInkStickyNoteCommand, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
75
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(ClearHighlightsCommand, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
77
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(DeleteStickyNotesCommand, AnnotationHelper.OnDeleteStickyNotesCommand, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
79
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new
CommandBinding
(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.OnQueryDeleteAnnotationsCommand));
System\Windows\Controls\DataGrid.cs (6)
57
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(BeginEditCommand, new ExecutedRoutedEventHandler(OnExecutedBeginEdit), new CanExecuteRoutedEventHandler(OnCanExecuteBeginEdit)));
59
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(CommitEditCommand, new ExecutedRoutedEventHandler(OnExecutedCommitEdit), new CanExecuteRoutedEventHandler(OnCanExecuteCommitEdit)));
62
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(CancelEditCommand, new ExecutedRoutedEventHandler(OnExecutedCancelEdit), new CanExecuteRoutedEventHandler(OnCanExecuteCancelEdit)));
64
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(SelectAllCommand, new ExecutedRoutedEventHandler(OnExecutedSelectAll), new CanExecuteRoutedEventHandler(OnCanExecuteSelectAll)));
66
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(DeleteCommand, new ExecutedRoutedEventHandler(OnExecutedDelete), new CanExecuteRoutedEventHandler(OnCanExecuteDelete)));
69
CommandManager.RegisterClassCommandBinding(typeof(DataGrid), new
CommandBinding
(ApplicationCommands.Copy, new ExecutedRoutedEventHandler(OnExecutedCopy), new CanExecuteRoutedEventHandler(OnCanExecuteCopy)));
System\Windows\Controls\Frame.cs (5)
1334
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseBack, OnGoBack, OnQueryGoBack));
1335
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseForward, OnGoForward, OnQueryGoForward));
1336
AddCommandBinding(new
CommandBinding
(NavigationCommands.NavigateJournal, OnNavigateJournal));
1337
AddCommandBinding(new
CommandBinding
(NavigationCommands.Refresh, OnRefresh, OnQueryRefresh));
1338
AddCommandBinding(new
CommandBinding
(NavigationCommands.BrowseStop, OnBrowseStop));
System\Windows\Documents\RubberbandSelector.cs (1)
68
CommandBinding binding = new
CommandBinding
(ApplicationCommands.Copy);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12826
DefaultConstructor = delegate () { return new System.Windows.Input.
CommandBinding
(); }
System\Windows\Navigation\NavigationWindow.cs (5)
159
new
CommandBinding
(
166
new
CommandBinding
(
173
new
CommandBinding
(NavigationCommands.NavigateJournal, new ExecutedRoutedEventHandler(OnNavigateJournal)));
177
new
CommandBinding
(
184
new
CommandBinding
(
System\Windows\Window.cs (1)
3560
CommandBinding binding = new
CommandBinding
(DialogCancelCommand);
PresentationUI (5)
InstallationError.xaml.cs (1)
20
new
CommandBinding
(NavigationCommands.Refresh,
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2126
new
CommandBinding
(command, executeHandler, queryEnabledHandler));
TenFeetInstallationError.xaml.cs (1)
27
new
CommandBinding
(NavigationCommands.Refresh,
TenFeetInstallationProgress.xaml.cs (2)
28
new
CommandBinding
(NavigationCommands.Refresh,
33
new
CommandBinding
(NavigationCommands.BrowseStop,
System.Windows.Controls.Ribbon (12)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (6)
104
new
CommandBinding
(RibbonCommands.AddToQuickAccessToolBarCommand, AddToQATExecuted, AddToQATCanExecute));
106
new
CommandBinding
(RibbonCommands.MaximizeRibbonCommand, MaximizeRibbonExecuted, MaximizeRibbonCanExecute));
108
new
CommandBinding
(RibbonCommands.MinimizeRibbonCommand, MinimizeRibbonExecuted, MinimizeRibbonCanExecute));
110
new
CommandBinding
(RibbonCommands.RemoveFromQuickAccessToolBarCommand, RemoveFromQATExecuted, RemoveFromQATCanExecute));
112
new
CommandBinding
(RibbonCommands.ShowQuickAccessToolBarAboveRibbonCommand, ShowQATAboveExecuted, ShowQATAboveCanExecute));
114
new
CommandBinding
(RibbonCommands.ShowQuickAccessToolBarBelowRibbonCommand, ShowQATBelowExecuted, ShowQATBelowCanExecute));
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
75
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(FilterCommand, FilterExecuted, FilterCanExecute));
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (5)
54
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_minimizeWindowCommand, MinimizeWindowExecuted, MinimizeWindowCanExecute));
55
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_maximizeWindowCommand, MaximizeWindowExecuted, MaximizeWindowCanExecute));
56
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_restoreWindowCommand, RestoreWindowExecuted, RestoreWindowCanExecute));
57
CommandManager.RegisterClassCommandBinding(ownerType, new
CommandBinding
(_closeWindowCommand, CloseWindowExecuted, CloseWindowCanExecute));
58
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)
77
return Contains(key as
CommandBinding
) ;
87
return ((value is
CommandBinding
commandBinding) ? IndexOf(commandBinding) : -1);
97
Insert(index, value as
CommandBinding
);
106
return Add(commandBinding as
CommandBinding
);
115
Remove(commandBinding as
CommandBinding
);
129
if (value is not
CommandBinding
commandBinding)
139
public
CommandBinding
this[int index]
155
public int Add(
CommandBinding
commandBinding)
159
_innerCBList ??= new Collections.Generic.List<
CommandBinding
>(1);
181
_innerCBList ??= new System.Collections.Generic.List<
CommandBinding
>(collection.Count);
186
if (collectionEnum.Current is
CommandBinding
cmdBinding)
202
public void Insert(int index,
CommandBinding
commandBinding)
218
public void Remove(
CommandBinding
commandBinding)
297
public int IndexOf(
CommandBinding
value)
307
public bool Contains(
CommandBinding
commandBinding)
321
public void CopyTo(
CommandBinding
[] commandBindings, int index)
336
System.Collections.Generic.List<
CommandBinding
> list = new System.Collections.Generic.List<
CommandBinding
>(0);
349
CommandBinding
commandBinding = this[i];
361
internal
CommandBinding
FindMatch(ICommand command, ref int index)
365
CommandBinding
commandBinding = this[index++];
382
private Collections.Generic.List<
CommandBinding
> _innerCBList;
System\Windows\Input\Command\CommandManager.cs (10)
210
public static void RegisterClassCommandBinding(Type type,
CommandBinding
commandBinding)
463
private static bool CanExecuteCommandBinding(object sender, CanExecuteRoutedEventArgs e,
CommandBinding
commandBinding)
498
private static bool ExecuteCommandBinding(object sender, ExecutedRoutedEventArgs e,
CommandBinding
commandBinding)
553
ValueTuple<Type,
CommandBinding
>? tuple = default; // zero or one binding
554
List<ValueTuple<Type,
CommandBinding
>> list = default; // more than one
567
CommandBinding
commandBinding = classCommandBindings.FindMatch(command, ref index);
579
list ??= new List<ValueTuple<Type,
CommandBinding
>>(8)
584
list.Add(new ValueTuple<Type,
CommandBinding
>(classType, commandBinding));
632
CommandBinding
commandBinding = commandBindings.FindMatch(command, ref index);
640
private static bool HandleCommandBinding(object sender, RoutedEventArgs e,
CommandBinding
commandBinding, bool execute)
PresentationFramework (13)
System\Windows\Controls\Frame.cs (4)
1354
foreach (
CommandBinding
cb in _commandBindings)
1363
private void AddCommandBinding(
CommandBinding
b)
1371
_commandBindings = new List<
CommandBinding
>(6);
1393
private List<
CommandBinding
> _commandBindings;
System\Windows\Documents\RubberbandSelector.cs (2)
68
CommandBinding
binding = new CommandBinding(ApplicationCommands.Copy);
95
foreach (
CommandBinding
binding in commandBindings)
System\Windows\FrameworkCompatibilityPreferences.cs (1)
360
/// <see cref="System.Windows.Input.
CommandBinding
"/>, and apply that binding to all TextBoxBase
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (4)
7517
Type type = typeof(System.Windows.Input.
CommandBinding
);
7519
this.GetXamlType(typeof(System.Windows.Input.
CommandBinding
)), // DeclaringType
7527
SetDelegate = delegate (object target, object value) { ((System.Windows.Input.
CommandBinding
)target).Command = (System.Windows.Input.ICommand)value; },
7528
GetDelegate = delegate (object target) { return ((System.Windows.Input.
CommandBinding
)target).Command; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12823
typeof(System.Windows.Input.
CommandBinding
),
System\Windows\Window.cs (1)
3560
CommandBinding
binding = new CommandBinding(DialogCancelCommand);