20 references to CheckBoxCellTemplate
System.Windows.Forms (20)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (20)
61[MemberNotNull(nameof(CheckBoxCellTemplate))] 66if (CheckBoxCellTemplate is null) 71return CheckBoxCellTemplate.FalseValue; 80CheckBoxCellTemplate.FalseValueInternal = value; 104[MemberNotNull(nameof(CheckBoxCellTemplate))] 109if (CheckBoxCellTemplate is null) 114return CheckBoxCellTemplate.FlatStyle; 123CheckBoxCellTemplate.FlatStyle = value; 148[MemberNotNull(nameof(CheckBoxCellTemplate))] 153if (CheckBoxCellTemplate is null) 158return CheckBoxCellTemplate.IndeterminateValue; 167CheckBoxCellTemplate.IndeterminateValueInternal = value; 191[MemberNotNull(nameof(CheckBoxCellTemplate))] 196if (CheckBoxCellTemplate is null) 201return CheckBoxCellTemplate.ThreeState; 210CheckBoxCellTemplate.ThreeStateInternal = value; 242[MemberNotNull(nameof(CheckBoxCellTemplate))] 247if (CheckBoxCellTemplate is null) 252return CheckBoxCellTemplate.TrueValue; 261CheckBoxCellTemplate.TrueValueInternal = value;