1 write to dsNullValueSet
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
419this.dsNullValueSet = true;
2 references to dsNullValueSet
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
596return this.dsNullValueSet ? this.dsNullValue : Formatter.GetDefaultDataSourceNullValue(type); 1109return this.dsNullValueSet && this.dsNullValue != Formatter.GetDefaultDataSourceNullValue(null);