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