1 instantiation of BindToObject
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
96
this.bindToObject = new
BindToObject
(this, dataSource, dataMember);
4 references to BindToObject
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (2)
34
private
BindToObject
bindToObject = null;
118
internal
BindToObject
BindToObject {
winforms\Managed\System\WinForms\BindingContext.cs (1)
443
BindToObject
bindTo = binding.BindToObject;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
520
BindToObject
dataBinding = errBindings[j].BindToObject;