1 write to _owner
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
899
_owner
= owner;
8 references to _owner
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\DataGridViewDesigner.cs (8)
912
get =>
_owner
.Control.AllowUserToAddRows;
920
DataGridView dataGridView =
_owner
.Control;
955
get =>
_owner
.Control.AllowUserToDeleteRows;
963
DataGridView dataGridView =
_owner
.Control;
998
get =>
_owner
.Control.AllowUserToOrderColumns;
1006
DataGridView dataGridView =
_owner
.Control;
1041
get => !
_owner
.Control.ReadOnly;
1049
DataGridView dataGridView =
_owner
.Control;