4 writes to ReadOnlyInternal
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
27516
this.Columns[columnIndex].
ReadOnlyInternal
= false;
27576
this.Columns[columnIndex].
ReadOnlyInternal
= true;
27581
this.Columns[columnIndex].
ReadOnlyInternal
= false;
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2450
dataGridViewRow.
ReadOnlyInternal
= value;