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