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