5 references to ToolStripPanelRow
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (5)
31[MemberNotNullWhen(true, nameof(ToolStripPanelRow))] 34get => (ToolStripPanelRow is not null) && _movingToolStrip; 166ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation); 185if ((ParentInternal is not null) && (ToolStripPanelRow is not null) && (!ParentInternal.IsInDesignMode)) 218ToolStripPanelRow.ToolStripPanel.MoveControl(ParentInternal, /*startLocation,*/endLocation);