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