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