4 references to AllCells
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
1940
AutoResizeRow(rowIndex, DataGridViewAutoSizeRowMode.
AllCells
);
10598
return DataGridViewAutoSizeRowMode.
AllCells
;
10600
return DataGridViewAutoSizeRowMode.
AllCells
;
18085
AutoResizeRowInternal(e.RowIndex, DataGridViewAutoSizeRowMode.
AllCells
, true /*fixedWidth*/, true /*internalAutosizing*/);