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