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