2 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)
918
dataGridView.
AllowUserToDeleteRows
= value;
4 references to AllowUserToDeleteRows
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
686
if (
AllowUserToDeleteRows
!= value)
695
?
AllowUserToDeleteRows
696
:
AllowUserToDeleteRows
&& DataConnection!.AllowRemove;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
890
get => _owner.Control.
AllowUserToDeleteRows
;