Base:
property
DefaultCellStyle
System.Windows.Forms.DataGridViewColumn.DefaultCellStyle
1 write to DefaultCellStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
43this.DefaultCellStyle = defaultCellStyle;
7 references to DefaultCellStyle
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (7)
256this.DefaultCellStyle.NullValue is bool && 257(bool) this.DefaultCellStyle.NullValue == false) 259this.DefaultCellStyle.NullValue = CheckState.Indeterminate; 262this.DefaultCellStyle.NullValue is CheckState && 263(CheckState) this.DefaultCellStyle.NullValue == CheckState.Indeterminate) 265this.DefaultCellStyle.NullValue = false; 336DataGridViewCellStyle defaultCellStyle = this.DefaultCellStyle;