1 write to _bindToObject
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\Binding.cs (1)
150_bindToObject = new BindToObject(this);
13 references to _bindToObject
System.Windows.Forms (13)
System\Windows\Forms\DataBinding\Binding.cs (13)
258_bindToObject.SetBindingManagerBase(value); 356if (IsBinding && Formatter.IsNullData(_bindToObject.GetValue(), _dsNullValue)) 385object? dsValue = _bindToObject.GetValue(); 475_bindToObject.CheckBinding(); 608errorText = _bindToObject.DataErrorText; 672Type? type = _bindToObject.BindToType; 690if (_bindToObject.FieldInfo is not null) 692fieldInfoConverter = _bindToObject.FieldInfo.Converter; 764if (_bindToObject.FieldInfo is not null) 766fieldInfoConverter = _bindToObject.FieldInfo.Converter; 890parsedValue = _bindToObject.GetValue(); 914_bindToObject.SetValue(parsedValue); 984dataSourceValue = _bindToObject.GetValue();