2 references to buttonToText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridCaption.cs (2)
473int backButtonArea = backButtonVisible ? backButtonRect.Width + xOffset + buttonToText : 0; 474int downButtonArea = downButtonVisible && !dataGrid.ParentRowsIsEmpty() ? downButtonWidth + xOffset + buttonToText : 0;