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