1 write to ToolStripPanel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
52ToolStripPanel = parent;
22 references to ToolStripPanel
System.Windows.Forms (22)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (2)
166ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation); 218ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
834bool debugModeOnly_ChangedContainers = currentToolStripPanelRow is null || (currentToolStripPanelRow.ToolStripPanel != this); 838if (currentToolStripPanelRow is not null && currentToolStripPanelRow.Visible && currentToolStripPanelRow.ToolStripPanel == this)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (4)
115if (Control is not null && ToolStripPanelRow is not null && Control.ParentInternal == ToolStripPanelRow.ToolStripPanel) 368ToolStripPanelRow.ToolStripPanel.PerformUpdate(true); 373ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, newloc); 407ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (8)
134Padding padding = ToolStripPanel.RowMargin; 152return ToolStripPanel.RowMargin; 225return ToolStripPanel; 250return ToolStripPanel.Orientation; 267return !ToolStripPanel.Locked && !Locked && RowManager.CanMove(toolStripToDrag); 333ToolStripPanel.RowsInternal.Remove(this); 640return ToolStripPanel; 718ToolStripPanel.RowsInternal.Remove(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (3)
67return _owner.ToolStripPanel; 228_owner.ToolStripPanel.Controls.Remove(control); 251control.ParentInternal = _owner.ToolStripPanel;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (3)
49get { return Row.ToolStripPanel; } 91if ((cell.Visible || (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row) 102if ((cell.Visible || (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row)