4 references to s_propDefaultCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (4)
87if (!Properties.TryGetValue(s_propDefaultCellStyle, out DataGridViewCellStyle? style)) 91Properties.AddValue(s_propDefaultCellStyle, style); 106Properties.AddOrRemoveValue(s_propDefaultCellStyle, value); 218get => Properties.ContainsObjectThatIsNotNull(s_propDefaultCellStyle);