Base:
property
BindingContext
System.Windows.Forms.Control.BindingContext
1 override of BindingContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
337public override BindingContext BindingContext {
1 write to BindingContext
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
250BindingContext = bm;
3 references to BindingContext
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
316if (parentControl != null && this.dataSource != null && parentControl.BindingContext != null) { 317errorManager = parentControl.BindingContext[this.dataSource, this.dataMember]; 355errorManager = parentControl.BindingContext[value, this.dataMember];