2 writes to ToolStripPanelRow
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1429
cell.
ToolStripPanelRow
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
48
ToolStripPanelRow
= parent;
26 references to ToolStripPanelRow
System.Windows.Forms (26)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1413
get => ToolStripPanelCell?.
ToolStripPanelRow
;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (23)
117
if (Control is not null &&
ToolStripPanelRow
is not null && Control.ParentInternal ==
ToolStripPanelRow
.ToolStripPanel)
147
if (
ToolStripPanelRow
is not null &&
ToolStripPanelRow
.Orientation == Orientation.Vertical)
270
if (draggedControl.Stretch &&
ToolStripPanelRow
is not null)
272
if (
ToolStripPanelRow
.Orientation == Orientation.Horizontal)
274
constrainingSize.Width =
ToolStripPanelRow
.Bounds.Width;
280
constrainingSize.Height =
ToolStripPanelRow
.Bounds.Height;
301
if (
ToolStripPanelRow
is null)
309
if (
ToolStripPanelRow
.Cells[
ToolStripPanelRow
.Cells.Count - 1] == this)
311
Rectangle displayRectangle =
ToolStripPanelRow
.DisplayRectangle;
312
if (
ToolStripPanelRow
.Orientation == Orientation.Horizontal)
335
if (!
ToolStripPanelRow
.CachedBoundsMode)
355
if (
ToolStripPanelRow
is null)
368
if (
ToolStripPanelRow
.Bounds == Rectangle.Empty)
370
ToolStripPanelRow
.ToolStripPanel.PerformUpdate(true);
375
ToolStripPanelRow
.ToolStripPanel.Join(_wrappedToolStrip, newloc);
400
_restoreOnVisibleChanged = (
ToolStripPanelRow
is not null && ((IList)
ToolStripPanelRow
.Cells).Contains(this));
407
if (
ToolStripPanelRow
is not null && ((IList)
ToolStripPanelRow
.Cells).Contains(this))
409
ToolStripPanelRow
.ToolStripPanel.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowManager.cs (2)
91
if ((cell.Visible || (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.
ToolStripPanelRow
== Row)
102
if ((cell.Visible || (Row.ToolStripPanel.Visible && cell.ControlInDesignMode)) && cell.
ToolStripPanelRow
== Row)