5 references to AllCells
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1193case DataGridViewAutoSizeRowsMode.AllCells:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2359AutoResizeRows(DataGridViewAutoSizeRowsMode.AllCells); 2376case DataGridViewAutoSizeRowsMode.AllCells: 10597case DataGridViewAutoSizeRowsMode.AllCells:
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
85this.parametersGrid.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;