6 references to Owner
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (6)
40((TableLayoutStyle)style).Owner = this.Owner; 57((TableLayoutStyle)style).Owner = this.Owner; 70style.Owner = this.Owner; 135if (this.Owner != null) { 136LayoutTransaction.DoLayout(this.Owner, this.Owner, PropertyName);