1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (1)
28
this.
owner
= owner;
6 references to owner
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewControlCollection.cs (6)
46
if (value !=
owner
.horizScrollBar && value !=
owner
.vertScrollBar && value != this.
owner
.editingPanel)
62
if (this[i] == this.
owner
.horizScrollBar || this[i] == this.
owner
.vertScrollBar || this[i] == this.
owner
.editingPanel)