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