1 write to AllowUserToResizeRows
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
234this.rightsTable.AllowUserToResizeRows = false;
3 references to AllowUserToResizeRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
773if (AllowUserToResizeRows != value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25949: AllowUserToResizeRows;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1353return DataGridView.AllowUserToResizeRows ? DataGridViewTriState.True : DataGridViewTriState.False;