1 write to bindToObject
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
96
this.
bindToObject
= new BindToObject(this, dataSource, dataMember);
15 references to bindToObject
System.Windows.Forms (15)
winforms\Managed\System\WinForms\Binding.cs (15)
120
return this.
bindToObject
;
130
return this.
bindToObject
.DataSource;
140
return this.
bindToObject
.BindingMemberInfo;
397
if (IsBinding && Formatter.IsNullData(
bindToObject
.GetValue(), this.dsNullValue)) {
426
object dsValue =
bindToObject
.GetValue();
506
this.
bindToObject
.CheckBinding();
708
Type type = this.
bindToObject
.BindToType;
728
if (
bindToObject
.FieldInfo != null) {
729
fieldInfoConverter =
bindToObject
.FieldInfo.Converter;
789
if (
bindToObject
.FieldInfo != null) {
790
fieldInfoConverter =
bindToObject
.FieldInfo.Converter;
909
parsedValue = this.
bindToObject
.GetValue();
934
this.
bindToObject
.SetValue(parsedValue);
1007
dataSourceValue =
bindToObject
.GetValue();
1155
bindToObject
.DataSource != null && bindingManagerBase != null);