4 writes to AllowUserToDeleteRows
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
231this.rightsTable.AllowUserToDeleteRows = false;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
927dataGridView.AllowUserToDeleteRows = value;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2969_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows; 2973_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows;
6 references to AllowUserToDeleteRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
686if (AllowUserToDeleteRows != value) 695? AllowUserToDeleteRows 696: AllowUserToDeleteRows && DataConnection!.AllowRemove;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
899get => _owner.Control.AllowUserToDeleteRows;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2969_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows; 2973_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows;