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