17 references to PaintBackground
System.Windows.Forms (17)
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (1)
687
if (paint &&
PaintBackground
(paintParts) && !backBrushColor.HasTransparency())
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
1122
if (paint &&
PaintBackground
(paintParts) && !brushColor.HasTransparency())
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (2)
794
if (paint &&
PaintBackground
(paintParts) && backgroundBounds.Width > 0 && backgroundBounds.Height > 0)
865
if (paint &&
PaintBackground
(paintParts) && backgroundBounds.Width > 0 && backgroundBounds.Height > 0)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
1929
if (paint &&
PaintBackground
(paintParts) && !brushColor.HasTransparency() && valBounds.Width > 0 && valBounds.Height > 0)
1953
if (paintPostXPThemes &&
PaintBackground
(paintParts) && !brushColor.HasTransparency())
1971
PaintBackground
(paintParts) && !brushColor.HasTransparency() && valBounds.Width > 2 && valBounds.Height > 2)
1976
else if (
PaintBackground
(paintParts) && !brushColor.HasTransparency())
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
534
if (
PaintBackground
(paintParts))
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (3)
787
if (paint && !brushColor.HasTransparency() &&
PaintBackground
(paintParts))
821
if (
PaintBackground
(paintParts))
856
if (
PaintBackground
(paintParts) && !brushColor.HasTransparency())
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (1)
914
if (paint &&
PaintBackground
(paintParts) && !brushColor.HasTransparency())
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
679
if (paint &&
PaintBackground
(paintParts))
739
if (paint &&
PaintBackground
(paintParts) && !brushColor.HasTransparency())
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (1)
687
if (paint &&
PaintBackground
(paintParts) && !brushColor.HasTransparency() && notCollapsed)
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (1)
241
if (paint &&
PaintBackground
(paintParts))