19 references to ToolStripPanel
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3262Debug.Assert(ToolStripPanelRow == null || ToolStripPanelRow.ToolStripPanel.RowsInternal.Contains(ToolStripPanelRow), "Why are we in an orphaned row?");
winforms\Managed\System\WinForms\ToolStripGrip.cs (2)
183ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation ); 230ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation );
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
1024if (currentToolStripPanelRow != null && currentToolStripPanelRow.Visible && currentToolStripPanelRow.ToolStripPanel == this) {
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (4)
111if (Control != null && Control.ParentInternal == ToolStripPanelRow.ToolStripPanel) { 337 ToolStripPanelRow.ToolStripPanel.PerformUpdate(true); 340ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, newloc); 370ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (11)
155Padding padding = ToolStripPanel.RowMargin; 168return ToolStripPanel.RowMargin; 256return ToolStripPanel.Orientation; 272return !ToolStripPanel.Locked && !Locked && RowManager.CanMove(toolStripToDrag); 336ToolStripPanel.RowsInternal.Remove(this); 630return this.ToolStripPanel; 732ToolStripPanel.RowsInternal.Remove(this); 799get { return owner.ToolStripPanel; } 2033return owner.ToolStripPanel; 2206owner.ToolStripPanel.Controls.Remove(control); 2228control.ParentInternal = owner.ToolStripPanel;