5 references to InputBindingCollectionField
PresentationCore (5)
System\Windows\ContentElement.cs (1)
947
internal static readonly UncommonField<InputBindingCollection> InputBindingCollectionField = UIElement.
InputBindingCollectionField
;
System\Windows\Generated\UIElement.cs (4)
233
InputBindingCollection bindings =
InputBindingCollectionField
.GetValue(this);
237
InputBindingCollectionField
.SetValue(this, bindings);
250
return
InputBindingCollectionField
.GetValue(this);
262
InputBindingCollection bindingCollection =
InputBindingCollectionField
.GetValue(this);