7 writes to AllowUserToResizeRows
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
234this.rightsTable.AllowUserToResizeRows = false;
System.Windows.Forms.Tests (6)
System\Windows\Forms\DataGridViewRowTests.cs (4)
2736AllowUserToResizeRows = allowUserToResizeRows 2750AllowUserToResizeRows = allowUserToResizeRows 2818AllowUserToResizeRows = allowUserToResizeRows 2881AllowUserToResizeRows = allowUserToResizeRows
System\Windows\Forms\DataGridViewTests.cs (2)
3028_dataGridView.AllowUserToResizeRows = !_dataGridView.AllowUserToResizeRows; 3032_dataGridView.AllowUserToResizeRows = !_dataGridView.AllowUserToResizeRows;
5 references to AllowUserToResizeRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
777if (AllowUserToResizeRows != value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
26430return AllowUserToResizeRows;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1355return DataGridView.AllowUserToResizeRows ? DataGridViewTriState.True : DataGridViewTriState.False;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
3028_dataGridView.AllowUserToResizeRows = !_dataGridView.AllowUserToResizeRows; 3032_dataGridView.AllowUserToResizeRows = !_dataGridView.AllowUserToResizeRows;