2 writes to nullValue
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Binding.cs (2)
101
this.
nullValue
= nullValue;
392
this.
nullValue
= value;
5 references to nullValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Binding.cs (5)
387
return this.
nullValue
;
391
if (!Object.Equals(
nullValue
, value)) {
731
return Formatter.ParseObject(value, type, (value == null ? propInfo.PropertyType : value.GetType()), fieldInfoConverter, propInfoConverter, formatInfo,
nullValue
, GetDataSourceNullValue(type));
792
return Formatter.FormatObject(value, type, fieldInfoConverter, propInfoConverter, formatString, formatInfo,
nullValue
, dsNullValue);
1105
return
nullValue
!= null;