2 references to s_propDividerThickness
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
173
get => Properties.GetValueOrDefault<int>(
s_propDividerThickness
);
181
Properties.AddValue(
s_propDividerThickness
, value);