1 write to FlipXPThemesBitmap
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
862bmFlipXPThemes = this.FlipXPThemesBitmap = new Bitmap(backgroundBounds.Width, backgroundBounds.Height);
3 references to FlipXPThemesBitmap
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
857Bitmap bmFlipXPThemes = this.FlipXPThemesBitmap;
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (2)
71if (FlipXPThemesBitmap != null && disposing) { 72FlipXPThemesBitmap.Dispose();