10 references to PaintContentBackground
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (4)
763if (paint && DataGridViewCell.PaintContentBackground(paintParts)) 790if (paint && DataGridViewCell.PaintContentBackground(paintParts)) 803if (paint && DataGridViewCell.PaintContentBackground(paintParts)) 869if (paint && DataGridViewCell.PaintContentBackground(paintParts))
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
1016if (paint && displaySortGlyph && DataGridViewCell.PaintContentBackground(paintParts))
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
2196if (DataGridViewCell.PaintContentBackground(paintParts)) 2277if (paint && DataGridViewCell.PaintContentBackground(paintParts)) 2572if (!cellEdited && paint && DataGridViewCell.PaintContentBackground(paintParts) && drawComboBox)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
902if (paint && DataGridViewCell.PaintContentBackground(paintParts)) 1048if (paint && DataGridViewCell.PaintContentBackground(paintParts))