1 write to _owner
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
843
_owner
= owner;
8 references to _owner
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\DataGridViewDesigner.cs (8)
856
get =>
_owner
.Control.AllowUserToAddRows;
864
DataGridView dataGridView =
_owner
.Control;
899
get =>
_owner
.Control.AllowUserToDeleteRows;
907
DataGridView dataGridView =
_owner
.Control;
942
get =>
_owner
.Control.AllowUserToOrderColumns;
950
DataGridView dataGridView =
_owner
.Control;
985
get => !
_owner
.Control.ReadOnly;
993
DataGridView dataGridView =
_owner
.Control;