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