4 references to s_propDefaultCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (4)
77
if (!Properties.TryGetValue(
s_propDefaultCellStyle
, out DataGridViewCellStyle? style))
81
Properties.AddValue(
s_propDefaultCellStyle
, style);
96
Properties.AddOrRemoveValue(
s_propDefaultCellStyle
, value);
207
public bool HasDefaultCellStyle => Properties.ContainsKey(
s_propDefaultCellStyle
);