7 writes to AllowUserToResizeRows
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
234
this.rightsTable.
AllowUserToResizeRows
= false;
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewRowTests.cs (4)
2737
AllowUserToResizeRows
= allowUserToResizeRows
2751
AllowUserToResizeRows
= allowUserToResizeRows
2819
AllowUserToResizeRows
= allowUserToResizeRows
2882
AllowUserToResizeRows
= allowUserToResizeRows
System\Windows\Forms\DataGridViewTests.cs (2)
3029
_dataGridView.
AllowUserToResizeRows
= !_dataGridView.AllowUserToResizeRows;
3033
_dataGridView.
AllowUserToResizeRows
= !_dataGridView.AllowUserToResizeRows;
5 references to AllowUserToResizeRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
777
if (
AllowUserToResizeRows
!= value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25958
:
AllowUserToResizeRows
;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1353
return DataGridView.
AllowUserToResizeRows
? DataGridViewTriState.True : DataGridViewTriState.False;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
3029
_dataGridView.AllowUserToResizeRows = !_dataGridView.
AllowUserToResizeRows
;
3033
_dataGridView.AllowUserToResizeRows = !_dataGridView.
AllowUserToResizeRows
;