1 implementation of BindingContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
1320
public virtual BindingContext
BindingContext
{
1 reference to BindingContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
225
BindingContext.UpdateBinding((control != null && IsComponentCreated(control) ? control.
BindingContext
: null), this);