5 references to InputBindingCollectionField
PresentationCore (5)
Core\CSharp\System\Windows\ContentElement.cs (1)
971internal static readonly UncommonField<InputBindingCollection> InputBindingCollectionField = UIElement.InputBindingCollectionField;
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
267InputBindingCollection bindings = InputBindingCollectionField.GetValue(this); 271InputBindingCollectionField.SetValue(this, bindings); 284return InputBindingCollectionField.GetValue(this); 296InputBindingCollection bindingCollection = InputBindingCollectionField.GetValue(this);