1 write to ToolStripPanel
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (1)
52
ToolStripPanel
= parent;
22 references to ToolStripPanel
System.Windows.Forms (22)
System\Windows\Forms\Controls\ToolStrips\ToolStripGrip.cs (2)
166
ToolStripPanelRow.
ToolStripPanel
.MoveControl(ParentInternal, /*startLocation,*/endLocation);
218
ToolStripPanelRow.
ToolStripPanel
.MoveControl(ParentInternal, /*startLocation,*/endLocation);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
834
bool debugModeOnly_ChangedContainers = currentToolStripPanelRow is null || (currentToolStripPanelRow.
ToolStripPanel
!= this);
838
if (currentToolStripPanelRow is not null && currentToolStripPanelRow.Visible && currentToolStripPanelRow.
ToolStripPanel
== this)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (4)
115
if (Control is not null && ToolStripPanelRow is not null && Control.ParentInternal == ToolStripPanelRow.
ToolStripPanel
)
368
ToolStripPanelRow.
ToolStripPanel
.PerformUpdate(true);
373
ToolStripPanelRow.
ToolStripPanel
.Join(_wrappedToolStrip, newloc);
407
ToolStripPanelRow.
ToolStripPanel
.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (8)
134
Padding padding =
ToolStripPanel
.RowMargin;
152
return
ToolStripPanel
.RowMargin;
225
return
ToolStripPanel
;
250
return
ToolStripPanel
.Orientation;
267
return !
ToolStripPanel
.Locked && !Locked && RowManager.CanMove(toolStripToDrag);
333
ToolStripPanel
.RowsInternal.Remove(this);
640
return
ToolStripPanel
;
718
ToolStripPanel
.RowsInternal.Remove(this);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (3)
67
return _owner.
ToolStripPanel
;
228
_owner.
ToolStripPanel
.Controls.Remove(control);
251
control.ParentInternal = _owner.
ToolStripPanel
;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (3)
49
get { return Row.
ToolStripPanel
; }
91
if ((cell.Visible || (Row.
ToolStripPanel
.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row)
102
if ((cell.Visible || (Row.
ToolStripPanel
.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == Row)