13 references to CommandBindings
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 (5)
System\Windows\Controls\Frame.cs (2)
1373
base.
CommandBindings
.Remove(cb);
1382
base.
CommandBindings
.Add(b);
System\Windows\Documents\RubberbandSelector.cs (2)
72
_uiScope.
CommandBindings
.Add(binding);
95
CommandBindingCollection commandBindings = _uiScope.
CommandBindings
;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8474
GetDelegate = delegate (object target) { return ((System.Windows.UIElement)target).
CommandBindings
; },