4 references to ToolStripPanelRow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripGrip.cs (4)
71return ((ToolStripPanelRow != null) && movingToolStrip); 183ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation ); 200if ((ParentInternal != null) && (ToolStripPanelRow != null) && (!ParentInternal.IsInDesignMode)) { 230ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation );