Base:
property
DisplayRectangle
System.Windows.Forms.ScrollableControl.DisplayRectangle
Implemented interface member:
property
DisplayRectangle
System.Windows.Forms.Layout.IArrangedElement.DisplayRectangle
1 override of DisplayRectangle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
89
public override Rectangle
DisplayRectangle
16 references to DisplayRectangle
System.Windows.Forms (13)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (3)
382
Rectangle displayRect =
DisplayRectangle
;
504
TableLayoutSettings.RowStyles[0].Height = Math.Max(0,
DisplayRectangle
.Height);
552
TableLayoutSettings.ColumnStyles[0].Width = Math.Max(0,
DisplayRectangle
.Width);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (6)
1289
return
DisplayRectangle
.Size;
1356
_toolStripOverflowButton.Size = _toolStripOverflowButton.GetPreferredSize(
DisplayRectangle
.Size - Padding.Size);
3252
_toolStripOverflowButton!.Size = _toolStripOverflowButton.GetPreferredSize(
DisplayRectangle
.Size - Padding.Size);
3446
Rectangle viewableArea =
DisplayRectangle
;
4171
Rectangle displayRect =
DisplayRectangle
;
4254
_ =
DisplayRectangle
;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownMenu.cs (1)
93
Rectangle rect = base.
DisplayRectangle
;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1339
Rectangle displayRect = toolStrip.
DisplayRectangle
;
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackDragDropHandler.cs (1)
161
Rectangle insertionRect = _owner.
DisplayRectangle
;
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackLayout.cs (1)
188
_displayRectangle = ToolStrip.
DisplayRectangle
;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (3)
855
_centerTextBox.Size = _miniToolStrip.
DisplayRectangle
.Size - _centerTextBox.Margin.Size;
1336
_centerLabel.Size = _miniToolStrip.
DisplayRectangle
.Size - _centerLabel.Margin.Size;
1356
_addItemButton.Size = _miniToolStrip.
DisplayRectangle
.Size - _addItemButton.Margin.Size;