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