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)
998dataGridView.AllowUserToDeleteRows = value;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2968_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows; 2972_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows;
6 references to AllowUserToDeleteRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
690if (AllowUserToDeleteRows != value) 699? AllowUserToDeleteRows 700: AllowUserToDeleteRows && DataConnection!.AllowRemove;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
968get => _owner.Control.AllowUserToDeleteRows;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2968_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows; 2972_dataGridView.AllowUserToDeleteRows = !_dataGridView.AllowUserToDeleteRows;