2 overrides of Paint
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridBoolColumn.cs (1)
380protected internal override void Paint(Graphics g, Rectangle bounds, CurrencyManager source, int rowNum,
winforms\Managed\System\WinForms\DataGridTextBoxColumn.cs (1)
573protected internal override void Paint(Graphics g, Rectangle bounds, CurrencyManager source, int rowNum,
2 references to Paint
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
948cols[i].Paint(g, paintBounds, (CurrencyManager) dataGrid.BindingContext[dgs.DataSource, dgs.DataMember],
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
582column.Paint(g, bounds, listManager, this.RowNumber, backBr, foreBrush, alignToRight);