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