1 write to owner
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (1)
48this.owner = owner;
15 references to owner
System.Windows.Forms (15)
winforms\Managed\System\WinForms\DataGridViewAdvancedBorderStyle.cs (15)
80if (this.owner != null) 82this.owner.OnAdvancedBorderStyleChanged(this); 131if (this.owner != null) 133this.owner.OnAdvancedBorderStyleChanged(this); 173if ((this.owner != null && this.owner.RightToLeftInternal) && 191if (this.owner != null) 193this.owner.OnAdvancedBorderStyleChanged(this); 234if ((this.owner != null && !this.owner.RightToLeftInternal) && 248if (this.owner != null) 250this.owner.OnAdvancedBorderStyleChanged(this); 299if (this.owner != null) 301this.owner.OnAdvancedBorderStyleChanged(this); 346DataGridViewAdvancedBorderStyle dgvabs = new DataGridViewAdvancedBorderStyle(this.owner, this.banned1, this.banned2, this.banned3);