Base:
property
DisplayRectangle
System.Windows.Forms.Control.DisplayRectangle
1 override of DisplayRectangle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
846
public override Rectangle
DisplayRectangle
{
9 references to DisplayRectangle
System.Windows.Forms (9)
winforms\Managed\System\WinForms\HScrollProperties.cs (1)
53
return ParentControl.
DisplayRectangle
.Y;
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
284
Rectangle displayRectangle = this.
DisplayRectangle
;
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
416
Rectangle displayRect =
DisplayRectangle
;
winforms\Managed\System\WinForms\TabPage.cs (2)
704
Rectangle inflateRect = LayoutUtils.InflateRect(
DisplayRectangle
, Padding);
725
ControlPaint.DrawBackgroundImage(e.Graphics, BackgroundImage, bkcolor, BackgroundImageLayout, inflateRect, inflateRect,
DisplayRectangle
.Location);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
849
Rectangle rect = base.
DisplayRectangle
;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
940
Rectangle raftingDisplayRectangle = ToolStripPanel.
DisplayRectangle
;
1451
Rectangle raftingDisplayRectangle = ToolStripPanel.
DisplayRectangle
;
winforms\Managed\System\WinForms\VScrollProperties.cs (1)
44
return ParentControl.
DisplayRectangle
.X;