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