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