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