15 references to CheckBoxCellTemplate
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (15)
104if (this.CheckBoxCellTemplate == null) 108return this.CheckBoxCellTemplate.FalseValue; 114this.CheckBoxCellTemplate.FalseValueInternal = value; 144if (this.CheckBoxCellTemplate == null) 148return this.CheckBoxCellTemplate.FlatStyle; 154this.CheckBoxCellTemplate.FlatStyle = value; 185if (this.CheckBoxCellTemplate == null) 189return this.CheckBoxCellTemplate.IndeterminateValue; 195this.CheckBoxCellTemplate.IndeterminateValueInternal = value; 225if (this.CheckBoxCellTemplate == null) 229return this.CheckBoxCellTemplate.ThreeState; 238this.CheckBoxCellTemplate.ThreeStateInternal = value; 282if (this.CheckBoxCellTemplate == null) 286return this.CheckBoxCellTemplate.TrueValue; 292this.CheckBoxCellTemplate.TrueValueInternal = value;