36 writes to NullValue
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
464
NullValue
= string.Empty,
472
NullValue
= false
System.Windows.Forms (32)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
2860
inheritedCellStyle.
NullValue
= cellStyle.NullValue;
2864
inheritedCellStyle.
NullValue
= columnHeadersStyle.NullValue;
2868
inheritedCellStyle.
NullValue
= dataGridViewStyle.NullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2052
inheritedCellStyleTmp.
NullValue
= cellStyle.NullValue;
2056
inheritedCellStyleTmp.
NullValue
= rowStyle.NullValue;
2061
inheritedCellStyleTmp.
NullValue
= DataGridView.RowsDefaultCellStyle.NullValue;
2066
inheritedCellStyleTmp.
NullValue
= DataGridView.AlternatingRowsDefaultCellStyle.NullValue;
2070
inheritedCellStyleTmp.
NullValue
= columnStyle.NullValue;
2074
inheritedCellStyleTmp.
NullValue
= dataGridViewStyle.NullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
50
NullValue
= dataGridViewCellStyle.NullValue;
405
NullValue
= dataGridViewCellStyle.NullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (3)
23
NullValue
= threeState ? CheckState.Indeterminate : false
229
DefaultCellStyle.
NullValue
= CheckState.Indeterminate;
233
DefaultCellStyle.
NullValue
= false;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
494
inheritedCellStyleTmp.
NullValue
= columnStyle.NullValue;
498
inheritedCellStyleTmp.
NullValue
= dataGridViewStyle.NullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
369
inheritedCellStyleTmp.
NullValue
= cellStyle.NullValue;
373
inheritedCellStyleTmp.
NullValue
= columnHeadersStyle.NullValue;
377
inheritedCellStyleTmp.
NullValue
= dataGridViewStyle.NullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (3)
28
NullValue
= valuesAreIcons
225
DefaultCellStyle.
NullValue
= DataGridViewImageCell.ErrorIcon;
231
DefaultCellStyle.
NullValue
= DataGridViewImageCell.ErrorBitmap;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
682
inheritedCellStyle.
NullValue
= cellStyle.NullValue;
686
inheritedCellStyle.
NullValue
= rowHeadersStyle.NullValue;
690
inheritedCellStyle.
NullValue
= dataGridViewStyle.NullValue;
901
inheritedRowStyle.
NullValue
= rowStyle.NullValue;
906
inheritedRowStyle.
NullValue
= rowsDefaultCellStyle.NullValue;
910
inheritedRowStyle.
NullValue
= alternatingRowsDefaultCellStyle.NullValue;
914
inheritedRowStyle.
NullValue
= dataGridViewStyle.NullValue;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
394
inheritedCellStyleTmp.
NullValue
= cellStyle.NullValue;
398
inheritedCellStyleTmp.
NullValue
= rowHeadersStyle.NullValue;
402
inheritedCellStyleTmp.
NullValue
= dataGridViewStyle.NullValue;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
422
destColumn.DefaultCellStyle.
NullValue
= srcNullValue;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
271
_dgvCellStyle.
NullValue
= _formatControl1.NullValue;
46 references to NullValue
System.Windows.Forms (43)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
2860
inheritedCellStyle.NullValue = cellStyle.
NullValue
;
2864
inheritedCellStyle.NullValue = columnHeadersStyle.
NullValue
;
2868
inheritedCellStyle.NullValue = dataGridViewStyle.
NullValue
;
25290
object? nullValue = dataGridViewCurrentCell.GetInheritedStyle(inheritedCellStyle: null, _ptCurrentCell.Y, includeColors: false).
NullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (9)
1612
cellStyle.
NullValue
,
1637
cellStyle.
NullValue
is null &&
2052
inheritedCellStyleTmp.NullValue = cellStyle.
NullValue
;
2056
inheritedCellStyleTmp.NullValue = rowStyle.
NullValue
;
2061
inheritedCellStyleTmp.NullValue = DataGridView.RowsDefaultCellStyle.
NullValue
;
2066
inheritedCellStyleTmp.NullValue = DataGridView.AlternatingRowsDefaultCellStyle.
NullValue
;
2070
inheritedCellStyleTmp.NullValue = columnStyle.
NullValue
;
2074
inheritedCellStyleTmp.NullValue = dataGridViewStyle.
NullValue
;
3731
cellStyle.
NullValue
,
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (8)
50
NullValue = dataGridViewCellStyle.
NullValue
;
246
object? originalValue =
NullValue
;
405
NullValue = dataGridViewCellStyle.
NullValue
;
459
dgvcs.
NullValue
!=
NullValue
||
496
hash.Add(
NullValue
);
588
if (!IsNullValueDefault &&
NullValue
is not null)
595
sb.Append($" NullValue={
NullValue
}");
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (3)
227
if (value && DefaultCellStyle.
NullValue
is bool boolValue && !boolValue)
231
else if (!value && DefaultCellStyle.
NullValue
is CheckState state && state == CheckState.Indeterminate)
305
!defaultNullValue.Equals(defaultCellStyle.
NullValue
) ||
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (2)
494
inheritedCellStyleTmp.NullValue = columnStyle.
NullValue
;
498
inheritedCellStyleTmp.NullValue = dataGridViewStyle.
NullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
369
inheritedCellStyleTmp.NullValue = cellStyle.
NullValue
;
373
inheritedCellStyleTmp.NullValue = columnHeadersStyle.
NullValue
;
377
inheritedCellStyleTmp.NullValue = dataGridViewStyle.
NullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
370
if (formattedValue is null && cellStyle.
NullValue
is null)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (3)
222
DefaultCellStyle.
NullValue
is Bitmap bitmap &&
228
DefaultCellStyle.
NullValue
is Icon icon &&
281
!defaultNullValue.Equals(defaultCellStyle.
NullValue
) ||
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (7)
682
inheritedCellStyle.NullValue = cellStyle.
NullValue
;
686
inheritedCellStyle.NullValue = rowHeadersStyle.
NullValue
;
690
inheritedCellStyle.NullValue = dataGridViewStyle.
NullValue
;
901
inheritedRowStyle.NullValue = rowStyle.
NullValue
;
906
inheritedRowStyle.NullValue = rowsDefaultCellStyle.
NullValue
;
910
inheritedRowStyle.NullValue = alternatingRowsDefaultCellStyle.
NullValue
;
914
inheritedRowStyle.NullValue = dataGridViewStyle.
NullValue
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (3)
394
inheritedCellStyleTmp.NullValue = cellStyle.
NullValue
;
398
inheritedCellStyleTmp.NullValue = rowHeadersStyle.
NullValue
;
402
inheritedCellStyleTmp.NullValue = dataGridViewStyle.
NullValue
;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (2)
417
object? srcNullValue = srcColumn.DefaultCellStyle.
NullValue
;
418
object? destNullValue = destColumn.DefaultCellStyle.
NullValue
;
System\Windows\Forms\Design\FormatStringDialog.cs (1)
114
object? nullValue = _dgvCellStyle?.
NullValue
;