2 overrides of PaintCellContents
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridAddNewRow.cs (1)
104protected override void PaintCellContents(Graphics g, Rectangle cellBounds, DataGridColumnStyle column,
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
556protected override void PaintCellContents(Graphics g, Rectangle cellBounds, DataGridColumnStyle column,
3 references to PaintCellContents
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridAddNewRow.cs (1)
111base.PaintCellContents(g, cellBounds, column, backBr, foreBrush, alignToRight);
winforms\Managed\System\WinForms\DataGridRow.cs (2)
507PaintCellContents(g, 539PaintCellContents(g, cellBounds, column, backBr, foreBrush, false);