1 write to _owner
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewDesigner.cs (1)
834
_owner
= owner;
8 references to _owner
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\DataGridViewDesigner.cs (8)
847
get =>
_owner
.Control.AllowUserToAddRows;
855
DataGridView dataGridView =
_owner
.Control;
890
get =>
_owner
.Control.AllowUserToDeleteRows;
898
DataGridView dataGridView =
_owner
.Control;
933
get =>
_owner
.Control.AllowUserToOrderColumns;
941
DataGridView dataGridView =
_owner
.Control;
976
get => !
_owner
.Control.ReadOnly;
984
DataGridView dataGridView =
_owner
.Control;