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