18 references to PaintBackground
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
736if (paint && DataGridViewCell.PaintBackground(paintParts) && backBrush.Color.A == 255)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1219if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
821if (paint && DataGridViewCell.PaintBackground(paintParts) && backgroundBounds.Width > 0 && backgroundBounds.Height > 0) 891if (paint && DataGridViewCell.PaintBackground(paintParts) && backgroundBounds.Width > 0 && backgroundBounds.Height > 0)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
2169if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255 && valBounds.Width > 0 && valBounds.Height > 0) 2192if (paintPostXPThemes && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255) 2208DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255 && valBounds.Width > 2 && valBounds.Height > 2) 2213else if (DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (1)
646if (DataGridViewCell.PaintBackground(paintParts))
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (4)
871if (DataGridViewCell.PaintBackground(paintParts)) 903if (DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255) 927if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255) 936if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255)
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1021if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
811if (paint && DataGridViewCell.PaintBackground(paintParts)) 867if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255)
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
717if (paint && DataGridViewCell.PaintBackground(paintParts) && br.Color.A == 255 && valBounds.Width > 0 && valBounds.Height > 0)
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
282if (paint && DataGridViewCell.PaintBackground(paintParts))