16 references to PaintContentForeground
System.Windows.Forms (16)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1010if (formattedString != null && paint && DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (7)
1331if (paint && DataGridViewCell.PaintContentForeground(paintParts)) 1344if (paint && DataGridViewCell.PaintContentForeground(paintParts)) 1369if (paint && DataGridViewCell.PaintContentForeground(paintParts)) 1402if (paint && DataGridViewCell.PaintContentForeground(paintParts)) 1486if (paint && DataGridViewCell.PaintContentForeground(paintParts)) 1533if (paint && DataGridViewCell.PaintContentForeground(paintParts)) 1578if (paint && DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
985if (DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (1)
2601if (DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (2)
875if (DataGridViewCell.PaintContentForeground(paintParts)) 907if (DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
1099if (DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
994if (DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewTextBoxCell.cs (1)
764if (DataGridViewCell.PaintContentForeground(paintParts))
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
356if (DataGridViewCell.PaintContentForeground(paintParts))