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