5 references to s_propDefaultHeaderCellType
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (5)
122Type? type = (Type?)Properties.GetObject(s_propDefaultHeaderCellType); 132if (value is not null || Properties.ContainsKey(s_propDefaultHeaderCellType)) 139Properties.AddOrRemoveValue(s_propDefaultHeaderCellType, value); 223get => Properties.ContainsObjectThatIsNotNull(s_propDefaultHeaderCellType); 862return Properties.ContainsObjectThatIsNotNull(s_propDefaultHeaderCellType);