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