34 writes to NullValue
System.Windows.Forms (34)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
2346inheritedCellStyleTmp.NullValue = cellStyle.NullValue; 2350inheritedCellStyleTmp.NullValue = rowStyle.NullValue; 2355inheritedCellStyleTmp.NullValue = this.DataGridView.RowsDefaultCellStyle.NullValue; 2360inheritedCellStyleTmp.NullValue = this.DataGridView.AlternatingRowsDefaultCellStyle.NullValue; 2364inheritedCellStyleTmp.NullValue = columnStyle.NullValue; 2368inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
71this.NullValue = dataGridViewCellStyle.NullValue; 628this.NullValue = dataGridViewCellStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (4)
37defaultCellStyle.NullValue = CheckState.Indeterminate; 41defaultCellStyle.NullValue = false; 259this.DefaultCellStyle.NullValue = CheckState.Indeterminate; 265this.DefaultCellStyle.NullValue = false;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
683inheritedCellStyleTmp.NullValue = columnStyle.NullValue; 687inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
406inheritedCellStyleTmp.NullValue = cellStyle.NullValue; 410inheritedCellStyleTmp.NullValue = columnHeadersStyle.NullValue; 414inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (4)
42defaultCellStyle.NullValue = DataGridViewImageCell.ErrorIcon; 46defaultCellStyle.NullValue = DataGridViewImageCell.ErrorBitmap; 267this.DefaultCellStyle.NullValue = DataGridViewImageCell.ErrorIcon; 273this.DefaultCellStyle.NullValue = DataGridViewImageCell.ErrorBitmap;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2908inheritedCellStyle.NullValue = cellStyle.NullValue; 2912inheritedCellStyle.NullValue = columnHeadersStyle.NullValue; 2916inheritedCellStyle.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
764inheritedCellStyle.NullValue = cellStyle.NullValue; 768inheritedCellStyle.NullValue = rowHeadersStyle.NullValue; 772inheritedCellStyle.NullValue = dataGridViewStyle.NullValue; 979inheritedRowStyle.NullValue = rowStyle.NullValue; 984inheritedRowStyle.NullValue = rowsDefaultCellStyle.NullValue; 988inheritedRowStyle.NullValue = alternatingRowsDefaultCellStyle.NullValue; 992inheritedRowStyle.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
532inheritedCellStyleTmp.NullValue = cellStyle.NullValue; 536inheritedCellStyleTmp.NullValue = rowHeadersStyle.NullValue; 540inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;
52 references to NullValue
System.Windows.Forms (52)
winforms\Managed\System\WinForms\DataGridViewCell.cs (9)
1916cellStyle.NullValue, 1943cellStyle.NullValue == null && 2346inheritedCellStyleTmp.NullValue = cellStyle.NullValue; 2350inheritedCellStyleTmp.NullValue = rowStyle.NullValue; 2355inheritedCellStyleTmp.NullValue = this.DataGridView.RowsDefaultCellStyle.NullValue; 2360inheritedCellStyleTmp.NullValue = this.DataGridView.AlternatingRowsDefaultCellStyle.NullValue; 2364inheritedCellStyleTmp.NullValue = columnStyle.NullValue; 2368inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue; 4480cellStyle.NullValue,
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (13)
71this.NullValue = dataGridViewCellStyle.NullValue; 390object oldNullValue = this.NullValue; 409Debug.Assert((oldNullValue == null && this.NullValue != null) || 410(oldNullValue != null && this.NullValue == null) || 411(oldNullValue != this.NullValue && !oldNullValue.Equals(this.NullValue))); 628this.NullValue = dataGridViewCellStyle.NullValue; 689dgvcs.NullValue != this.NullValue || 726(this.NullValue == null ? 1 : this.NullValue.GetHashCode()), 862if (!this.IsNullValueDefault && this.NullValue != null) 868sb.Append(" NullValue=" + this.NullValue.ToString());
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (5)
256this.DefaultCellStyle.NullValue is bool && 257(bool) this.DefaultCellStyle.NullValue == false) 262this.DefaultCellStyle.NullValue is CheckState && 263(CheckState) this.DefaultCellStyle.NullValue == CheckState.Indeterminate) 343!defaultCellStyle.NullValue.Equals(defaultNullValue) ||
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
683inheritedCellStyleTmp.NullValue = columnStyle.NullValue; 687inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
406inheritedCellStyleTmp.NullValue = cellStyle.NullValue; 410inheritedCellStyleTmp.NullValue = columnHeadersStyle.NullValue; 414inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
437if (formattedValue == null && cellStyle.NullValue == null)
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (5)
264this.DefaultCellStyle.NullValue is Bitmap && 265(Bitmap) this.DefaultCellStyle.NullValue == DataGridViewImageCell.ErrorBitmap) 270this.DefaultCellStyle.NullValue is Icon && 271(Icon) this.DefaultCellStyle.NullValue == DataGridViewImageCell.ErrorIcon) 335!defaultNullValue.Equals(defaultCellStyle.NullValue) ||
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
2908inheritedCellStyle.NullValue = cellStyle.NullValue; 2912inheritedCellStyle.NullValue = columnHeadersStyle.NullValue; 2916inheritedCellStyle.NullValue = dataGridViewStyle.NullValue; 25463object nullValue = dataGridViewCurrentCell.GetInheritedStyle(null, this.ptCurrentCell.Y, false).NullValue;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
764inheritedCellStyle.NullValue = cellStyle.NullValue; 768inheritedCellStyle.NullValue = rowHeadersStyle.NullValue; 772inheritedCellStyle.NullValue = dataGridViewStyle.NullValue; 979inheritedRowStyle.NullValue = rowStyle.NullValue; 984inheritedRowStyle.NullValue = rowsDefaultCellStyle.NullValue; 988inheritedRowStyle.NullValue = alternatingRowsDefaultCellStyle.NullValue; 992inheritedRowStyle.NullValue = dataGridViewStyle.NullValue;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
532inheritedCellStyleTmp.NullValue = cellStyle.NullValue; 536inheritedCellStyleTmp.NullValue = rowHeadersStyle.NullValue; 540inheritedCellStyleTmp.NullValue = dataGridViewStyle.NullValue;