3 references to s_propFlatStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (3)
235
get => Properties.GetValueOrDefault(
s_propFlatStyle
, FlatStyle.Standard);
239
FlatStyle previous = Properties.AddOrRemoveValue(
s_propFlatStyle
, value, defaultValue: FlatStyle.Standard);
254
Properties.AddOrRemoveValue(
s_propFlatStyle
, value, defaultValue: FlatStyle.Standard);