4 references to GetValue
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
356if (IsBinding && Formatter.IsNullData(_bindToObject.GetValue(), _dsNullValue)) 385object? dsValue = _bindToObject.GetValue(); 893parsedValue = _bindToObject.GetValue(); 987dataSourceValue = _bindToObject.GetValue();