7 writes to Owner
System.Windows.Forms (7)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (7)
37tableLayoutStyle.Owner = Owner; 52tableLayoutStyle.Owner = Owner; 69tableLayoutStyle.Owner = Owner; 98tableLayoutStyle.Owner = null; 106style.Owner = null; 116style.Owner = null; 152this[i].Owner = owner;
9 references to Owner
System.Windows.Forms (9)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyle.cs (8)
26if (Owner is not null) 28LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Style); 29if (Owner is Control owner) 48if (Owner is not null) 50LayoutTransaction.DoLayout(Owner, Owner, PropertyNames.Style); 51if (Owner is Control owner)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (1)
141if (style.Owner is not null)