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)
2737AllowUserToResizeRows = allowUserToResizeRows 2751AllowUserToResizeRows = allowUserToResizeRows 2819AllowUserToResizeRows = allowUserToResizeRows 2882AllowUserToResizeRows = 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)
777if (AllowUserToResizeRows != value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
25958: AllowUserToResizeRows;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
1353return 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;