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