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