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