26 writes to DataSourceNullValue
System.Windows.Forms (26)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2873
inheritedCellStyle.
DataSourceNullValue
= cellStyle.DataSourceNullValue;
2877
inheritedCellStyle.
DataSourceNullValue
= columnHeadersStyle.DataSourceNullValue;
2881
inheritedCellStyle.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2079
inheritedCellStyleTmp.
DataSourceNullValue
= cellStyle.DataSourceNullValue;
2083
inheritedCellStyleTmp.
DataSourceNullValue
= rowStyle.DataSourceNullValue;
2088
inheritedCellStyleTmp.
DataSourceNullValue
= DataGridView.RowsDefaultCellStyle.DataSourceNullValue;
2093
inheritedCellStyleTmp.
DataSourceNullValue
= DataGridView.AlternatingRowsDefaultCellStyle.DataSourceNullValue;
2097
inheritedCellStyleTmp.
DataSourceNullValue
= columnStyle.DataSourceNullValue;
2101
inheritedCellStyleTmp.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
51
DataSourceNullValue
= dataGridViewCellStyle.DataSourceNullValue;
410
DataSourceNullValue
= dataGridViewCellStyle.DataSourceNullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
503
inheritedCellStyleTmp.
DataSourceNullValue
= columnStyle.DataSourceNullValue;
507
inheritedCellStyleTmp.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
382
inheritedCellStyleTmp.
DataSourceNullValue
= cellStyle.DataSourceNullValue;
386
inheritedCellStyleTmp.
DataSourceNullValue
= columnHeadersStyle.DataSourceNullValue;
390
inheritedCellStyleTmp.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
695
inheritedCellStyle.
DataSourceNullValue
= cellStyle.DataSourceNullValue;
699
inheritedCellStyle.
DataSourceNullValue
= rowHeadersStyle.DataSourceNullValue;
703
inheritedCellStyle.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
919
inheritedRowStyle.
DataSourceNullValue
= rowStyle.DataSourceNullValue;
924
inheritedRowStyle.
DataSourceNullValue
= rowsDefaultCellStyle.DataSourceNullValue;
928
inheritedRowStyle.
DataSourceNullValue
= alternatingRowsDefaultCellStyle.DataSourceNullValue;
932
inheritedRowStyle.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
407
inheritedCellStyleTmp.
DataSourceNullValue
= cellStyle.DataSourceNullValue;
411
inheritedCellStyleTmp.
DataSourceNullValue
= rowHeadersStyle.DataSourceNullValue;
415
inheritedCellStyleTmp.
DataSourceNullValue
= dataGridViewStyle.DataSourceNullValue;
33 references to DataSourceNullValue
System.Windows.Forms (33)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2873
inheritedCellStyle.DataSourceNullValue = cellStyle.
DataSourceNullValue
;
2877
inheritedCellStyle.DataSourceNullValue = columnHeadersStyle.
DataSourceNullValue
;
2881
inheritedCellStyle.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (8)
1613
cellStyle.
DataSourceNullValue
);
2079
inheritedCellStyleTmp.DataSourceNullValue = cellStyle.
DataSourceNullValue
;
2083
inheritedCellStyleTmp.DataSourceNullValue = rowStyle.
DataSourceNullValue
;
2088
inheritedCellStyleTmp.DataSourceNullValue = DataGridView.RowsDefaultCellStyle.
DataSourceNullValue
;
2093
inheritedCellStyleTmp.DataSourceNullValue = DataGridView.AlternatingRowsDefaultCellStyle.
DataSourceNullValue
;
2097
inheritedCellStyleTmp.DataSourceNullValue = columnStyle.
DataSourceNullValue
;
2101
inheritedCellStyleTmp.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;
3732
cellStyle.IsDataSourceNullValueDefault ? Formatter.GetDefaultDataSourceNullValue(valueType) : cellStyle.
DataSourceNullValue
);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (7)
51
DataSourceNullValue = dataGridViewCellStyle.
DataSourceNullValue
;
410
DataSourceNullValue = dataGridViewCellStyle.
DataSourceNullValue
;
455
dgvcs.
DataSourceNullValue
!=
DataSourceNullValue
||
497
hash.Add(
DataSourceNullValue
);
599
if (!IsDataSourceNullValueDefault &&
DataSourceNullValue
is not null)
606
sb.Append($" DataSourceNullValue={
DataSourceNullValue
}");
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
503
inheritedCellStyleTmp.DataSourceNullValue = columnStyle.
DataSourceNullValue
;
507
inheritedCellStyleTmp.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
382
inheritedCellStyleTmp.DataSourceNullValue = cellStyle.
DataSourceNullValue
;
386
inheritedCellStyleTmp.DataSourceNullValue = columnHeadersStyle.
DataSourceNullValue
;
390
inheritedCellStyleTmp.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
695
inheritedCellStyle.DataSourceNullValue = cellStyle.
DataSourceNullValue
;
699
inheritedCellStyle.DataSourceNullValue = rowHeadersStyle.
DataSourceNullValue
;
703
inheritedCellStyle.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;
919
inheritedRowStyle.DataSourceNullValue = rowStyle.
DataSourceNullValue
;
924
inheritedRowStyle.DataSourceNullValue = rowsDefaultCellStyle.
DataSourceNullValue
;
928
inheritedRowStyle.DataSourceNullValue = alternatingRowsDefaultCellStyle.
DataSourceNullValue
;
932
inheritedRowStyle.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
407
inheritedCellStyleTmp.DataSourceNullValue = cellStyle.
DataSourceNullValue
;
411
inheritedCellStyleTmp.DataSourceNullValue = rowHeadersStyle.
DataSourceNullValue
;
415
inheritedCellStyleTmp.DataSourceNullValue = dataGridViewStyle.
DataSourceNullValue
;