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