5 references to GetDefaultDataSourceNullValue
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Binding.cs (3)
57
private object dsNullValue = Formatter.
GetDefaultDataSourceNullValue
(null);
596
return this.dsNullValueSet ? this.dsNullValue : Formatter.
GetDefaultDataSourceNullValue
(type);
1109
return this.dsNullValueSet && this.dsNullValue != Formatter.
GetDefaultDataSourceNullValue
(null);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
4481
cellStyle.IsDataSourceNullValueDefault ? Formatter.
GetDefaultDataSourceNullValue
(valueType) : cellStyle.DataSourceNullValue);
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
2572
Formatter.
GetDefaultDataSourceNullValue
(this.validatingType)); // dataSourceNullValue