4 writes to AllowUserToDeleteRows
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
231
this.rightsTable.
AllowUserToDeleteRows
= false;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
983
dataGridView.
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)
690
if (
AllowUserToDeleteRows
!= value)
699
?
AllowUserToDeleteRows
700
:
AllowUserToDeleteRows
&& DataConnection!.AllowRemove;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
955
get => _owner.Control.
AllowUserToDeleteRows
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewTests.cs (2)
2969
_dataGridView.AllowUserToDeleteRows = !_dataGridView.
AllowUserToDeleteRows
;
2973
_dataGridView.AllowUserToDeleteRows = !_dataGridView.
AllowUserToDeleteRows
;