4 references to PaintBottomBorder
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridAddNewRow.cs (1)
100PaintBottomBorder(g, bounds, cx, bWidth, alignToRight);
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
538PaintBottomBorder(g, dataBounds, dataWidth, bWidth, alignToRight); 550PaintBottomBorder(g, relationBounds, dataWidthOffsetted, bWidth, alignToRight);
winforms\Managed\System\WinForms\DataGridRow.cs (1)
439PaintBottomBorder(g, bounds, dataWidth, this.dgTable.GridLineWidth, false);