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