4 references to GetValue
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (4)
397
if (IsBinding && Formatter.IsNullData(bindToObject.
GetValue
(), this.dsNullValue)) {
426
object dsValue = bindToObject.
GetValue
();
909
parsedValue = this.bindToObject.
GetValue
();
1007
dataSourceValue = bindToObject.
GetValue
();