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);
356
if (IsBinding && Formatter.IsNullData(
_bindToObject
.GetValue(), _dsNullValue))
385
object? dsValue =
_bindToObject
.GetValue();
475
_bindToObject
.CheckBinding();
608
errorText =
_bindToObject
.DataErrorText;
675
Type? type =
_bindToObject
.BindToType;
693
if (
_bindToObject
.FieldInfo is not null)
695
fieldInfoConverter =
_bindToObject
.FieldInfo.Converter;
767
if (
_bindToObject
.FieldInfo is not null)
769
fieldInfoConverter =
_bindToObject
.FieldInfo.Converter;
893
parsedValue =
_bindToObject
.GetValue();
917
_bindToObject
.SetValue(parsedValue);
987
dataSourceValue =
_bindToObject
.GetValue();