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)
235InputBindingCollection bindings = InputBindingCollectionField.GetValue(this); 239InputBindingCollectionField.SetValue(this, bindings); 252return InputBindingCollectionField.GetValue(this); 264InputBindingCollection bindingCollection = InputBindingCollectionField.GetValue(this);