3 writes to DividerThickness
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
915dataGridViewBand.DividerThickness = this.DividerThickness;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
470this.DividerThickness = value;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
187this.DividerThickness = value;
4 references to DividerThickness
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
270if (value != this.DividerThickness) 915dataGridViewBand.DividerThickness = this.DividerThickness;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
466return this.DividerThickness;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
179return this.DividerThickness;