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; 675Type? type = _bindToObject.BindToType; 693if (_bindToObject.FieldInfo is not null) 695fieldInfoConverter = _bindToObject.FieldInfo.Converter; 767if (_bindToObject.FieldInfo is not null) 769fieldInfoConverter = _bindToObject.FieldInfo.Converter; 893parsedValue = _bindToObject.GetValue(); 917_bindToObject.SetValue(parsedValue); 987dataSourceValue = _bindToObject.GetValue();