2 writes to ToolStripPanelRow
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1615cell.ToolStripPanelRow = value;
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
52this.ToolStripPanelRow = parent;
24 references to ToolStripPanelRow
System.Windows.Forms (24)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1605return ToolStripPanelCell.ToolStripPanelRow;
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (21)
111if (Control != null && Control.ParentInternal == ToolStripPanelRow.ToolStripPanel) { 135if (ToolStripPanelRow.Orientation == Orientation.Vertical) { 240if (ToolStripPanelRow.Orientation == Orientation.Horizontal) { 241constrainingSize.Width = ToolStripPanelRow.Bounds.Width; 246constrainingSize.Height = ToolStripPanelRow.Bounds.Height; 267if (ToolStripPanelRow.Cells[ToolStripPanelRow.Cells.Count -1] == this) { 268Rectangle displayRectangle = ToolStripPanelRow.DisplayRectangle; 269if (ToolStripPanelRow.Orientation == Orientation.Horizontal) { 287if (!ToolStripPanelRow.CachedBoundsMode) { 304if (ToolStripPanelRow.Orientation == Orientation.Vertical) { 327if (ToolStripPanelRow == null) { 336 if (ToolStripPanelRow != null && ToolStripPanelRow.Bounds == Rectangle.Empty) { 337 ToolStripPanelRow.ToolStripPanel.PerformUpdate(true); 340ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, newloc); 364restoreOnVisibleChanged = (ToolStripPanelRow != null && ((IList)ToolStripPanelRow.Cells).Contains(this)); 369if (ToolStripPanelRow != null && ((IList)ToolStripPanelRow.Cells).Contains(this)) { 370ToolStripPanelRow.ToolStripPanel.Join(_wrappedToolStrip, _wrappedToolStrip.Location);
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
835if ((cell.Visible || (owner.parent.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) { 843if ((cell.Visible || (owner.parent.Visible && cell.ControlInDesignMode)) && cell.ToolStripPanelRow == this.owner) {