7 references to xOffset
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridCaption.cs (7)
434return new Rectangle( bounds.Right - xOffset * 4 - downButtonWidth - backButtonSize.Width, 456return new Rectangle( bounds.Right - xOffset * 2 - downButtonWidth, 473int backButtonArea = backButtonVisible ? backButtonRect.Width + xOffset + buttonToText : 0; 474int downButtonArea = downButtonVisible && !dataGrid.ParentRowsIsEmpty() ? downButtonWidth + xOffset + buttonToText : 0; 476int textWidthLeft = bounds.Width - xOffset - backButtonArea - downButtonArea; 489backButtonRect.X = bounds.X + xOffset * 4 + downButtonWidth; 490downButtonRect.X = bounds.X + xOffset * 2;