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