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