1 write to parent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (1)
72this.parent = parent;
4 references to parent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (4)
225return parent; 243return parent; 835if ((cell.Visible || (owner.parent.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) { 843if ((cell.Visible || (owner.parent.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) {