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