2 writes to owner
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1324this.owner = owner; 1332this.owner = owner;
8 references to owner
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripPanel.cs (8)
1370ToolStripPanel currentOwner = this.owner; 1394ToolStripPanel currentOwner = this.owner; 1425if (owner != null) { 1426owner.SuspendLayout(); 1434if (owner != null) { 1435owner.ResumeLayout(); 1478if (owner != null) { 1479LayoutTransaction.DoLayout(owner, value, PropertyNames.Parent);