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