1 write to dsNullValue
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
417
this.
dsNullValue
= value;
7 references to dsNullValue
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Binding.cs (7)
397
if (IsBinding && Formatter.IsNullData(bindToObject.GetValue(), this.
dsNullValue
)) {
407
return this.
dsNullValue
;
411
if (!Object.Equals(this.
dsNullValue
, value)) {
414
object oldValue = this.
dsNullValue
;
596
return this.dsNullValueSet ? this.
dsNullValue
: Formatter.GetDefaultDataSourceNullValue(type);
792
return Formatter.FormatObject(value, type, fieldInfoConverter, propInfoConverter, formatString, formatInfo, nullValue,
dsNullValue
);
1109
return this.dsNullValueSet && this.
dsNullValue
!= Formatter.GetDefaultDataSourceNullValue(null);