5 references to CommandBindings
PresentationFramework (5)
System\Windows\Controls\Frame.cs (2)
1356
base.
CommandBindings
.Remove(cb);
1365
base.
CommandBindings
.Add(b);
System\Windows\Documents\RubberbandSelector.cs (2)
71
_uiScope.
CommandBindings
.Add(binding);
94
CommandBindingCollection commandBindings = _uiScope.
CommandBindings
;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8477
GetDelegate = delegate (object target) { return ((System.Windows.UIElement)target).
CommandBindings
; },