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