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
;
70
style.Owner = this.
Owner
;
135
if (this.
Owner
!= null) {
136
LayoutTransaction.DoLayout(this.
Owner
, this.
Owner
, PropertyName);