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