2 references to s_propFlipXPThemesBitmap
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (2)
80get => Properties.GetValueOrDefault<Bitmap?>(s_propFlipXPThemesBitmap); 81set => Properties.AddOrRemoveValue(s_propFlipXPThemesBitmap, value);