2 writes to ToolStripPanelRow
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1432
cell.
ToolStripPanelRow
= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
46
ToolStripPanelRow
= parent;
26 references to ToolStripPanelRow
System.Windows.Forms (26)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1416
get => ToolStripPanelCell?.
ToolStripPanelRow
;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (23)
115
if (Control is not null &&
ToolStripPanelRow
is not null && Control.ParentInternal ==
ToolStripPanelRow
.ToolStripPanel)
145
if (
ToolStripPanelRow
is not null &&
ToolStripPanelRow
.Orientation == Orientation.Vertical)
268
if (draggedControl.Stretch &&
ToolStripPanelRow
is not null)
270
if (
ToolStripPanelRow
.Orientation == Orientation.Horizontal)
272
constrainingSize.Width =
ToolStripPanelRow
.Bounds.Width;
278
constrainingSize.Height =
ToolStripPanelRow
.Bounds.Height;
299
if (
ToolStripPanelRow
is null)
307
if (
ToolStripPanelRow
.Cells[
ToolStripPanelRow
.Cells.Count - 1] == this)
309
Rectangle displayRectangle =
ToolStripPanelRow
.DisplayRectangle;
310
if (
ToolStripPanelRow
.Orientation == Orientation.Horizontal)
333
if (!
ToolStripPanelRow
.CachedBoundsMode)
353
if (
ToolStripPanelRow
is null)
366
if (
ToolStripPanelRow
.Bounds == Rectangle.Empty)
368
ToolStripPanelRow
.ToolStripPanel.PerformUpdate(true);
373
ToolStripPanelRow
.ToolStripPanel.Join(_wrappedToolStrip, newloc);
398
_restoreOnVisibleChanged = (
ToolStripPanelRow
is not null && ((IList)
ToolStripPanelRow
.Cells).Contains(this));
405
if (
ToolStripPanelRow
is not null && ((IList)
ToolStripPanelRow
.Cells).Contains(this))
407
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)