2 references to PropDividerThickness
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
243
int dividerThickness = this.Properties.GetInteger(
PropDividerThickness
, out found);
272
this.Properties.SetInteger(
PropDividerThickness
, (int)value);