2 writes to owner
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
2003this.owner = owner; 2009this.owner = owner;
10 references to owner
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (10)
2033return owner.ToolStripPanel; 2105if (owner != null) { 2115if (owner != null) { 2201if (owner != null) { 2206owner.ToolStripPanel.Controls.Remove(control); 2207owner.OnControlRemoved(control, index); 2213if (owner != null) { 2223controlToBeDragged.ToolStripPanelRow = owner; 2228control.ParentInternal = owner.ToolStripPanel; 2229owner.OnControlAdded(control, index);