4 references to DataSourceNullValue
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
586return DataSourceNullValue; 589return _propInfo?.GetValue(BindableComponent) ?? DataSourceNullValue; 1044bool isNull = value is null || Formatter.IsNullData(value, DataSourceNullValue); 1055_propInfo.SetValue(BindableComponent, DataSourceNullValue);