9 references to SelectionBackground
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
4383return (paintParts & DataGridViewPaintParts.SelectionBackground) != 0;
winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs (1)
227paintParts |= DataGridViewPaintParts.SelectionBackground;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
19943DataGridViewPaintParts.Background | DataGridViewPaintParts.Border | DataGridViewPaintParts.ContentBackground | DataGridViewPaintParts.ContentForeground | DataGridViewPaintParts.ErrorIcon | DataGridViewPaintParts.SelectionBackground); 20016DataGridViewPaintParts.Background | DataGridViewPaintParts.Border | DataGridViewPaintParts.ContentBackground | DataGridViewPaintParts.ContentForeground | DataGridViewPaintParts.ErrorIcon | DataGridViewPaintParts.SelectionBackground); 20238DataGridViewPaintParts.Background | DataGridViewPaintParts.Border | DataGridViewPaintParts.ContentBackground | DataGridViewPaintParts.ContentForeground | DataGridViewPaintParts.ErrorIcon | DataGridViewPaintParts.SelectionBackground);
winforms\Managed\System\WinForms\DataGridViewRowPostPaintEventArgs.cs (2)
198paintParts |= DataGridViewPaintParts.SelectionBackground; 233paintParts |= DataGridViewPaintParts.SelectionBackground;
winforms\Managed\System\WinForms\DataGridViewRowPrePaintEventArgs.cs (2)
217paintParts |= DataGridViewPaintParts.SelectionBackground; 252paintParts |= DataGridViewPaintParts.SelectionBackground;