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