7 writes to Owner
System.Windows.Forms (7)
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (7)
40((TableLayoutStyle)style).Owner = this.Owner; 57((TableLayoutStyle)style).Owner = this.Owner; 70style.Owner = this.Owner; 86((TableLayoutStyle)style).Owner = null; 94style.Owner = null; 103style.Owner = null; 131this[i].Owner = owner;
9 references to Owner
System.Windows.Forms (9)
winforms\Managed\System\WinForms\TableLayoutStyle.cs (8)
33if(Owner != null) { 34LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Style); 35Control owner = Owner as Control; 52if(Owner != null) { 53LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Style); 54Control owner = Owner as Control;
winforms\Managed\System\WinForms\TableLayoutStyleCollection.cs (1)
124if(style.Owner != null) {