5 references to CommandBindingCollectionField
PresentationCore (5)
Core\CSharp\System\Windows\ContentElement.cs (1)
972internal static readonly UncommonField<CommandBindingCollection> CommandBindingCollectionField = UIElement.CommandBindingCollectionField;
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
317CommandBindingCollection bindings = CommandBindingCollectionField.GetValue(this); 321CommandBindingCollectionField.SetValue(this, bindings); 334return CommandBindingCollectionField.GetValue(this); 346CommandBindingCollection bindingCollection = CommandBindingCollectionField.GetValue(this);