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