8 references to xOffset
System.Windows.Forms (8)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (2)
576bounds.Width -= errRect.Width + xOffset; 578bounds.X += errRect.Width + xOffset;
winforms\Managed\System\WinForms\DataGridRow.cs (6)
561Rectangle bmpRect = new Rectangle(alignToRight ? visualBounds.Right - xOffset - bmpSize.Width : visualBounds.X + xOffset, 599bounds.X += PaintIcon(g, bounds, true, alignToRight, bmp).Width + xOffset; 607bounds.X += PaintIcon(g, bounds, RowNumber == this.DataGrid.CurrentCell.RowNumber, alignToRight, bmp).Width + xOffset; 614bounds.X += PaintIcon(g, bounds, RowNumber == this.DataGrid.CurrentCell.RowNumber, alignToRight, bmp).Width + xOffset; 645bounds.X += errRect.Width + xOffset;