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