Implemented interface member:
property
DisplayRectangle
System.Windows.Forms.Layout.IArrangedElement.DisplayRectangle
5 overrides of DisplayRectangle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2690
public override Rectangle
DisplayRectangle
{
winforms\Managed\System\WinForms\GroupBox.cs (1)
200
public override Rectangle
DisplayRectangle
{
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
65
public override Rectangle
DisplayRectangle
{
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
262
public override Rectangle
DisplayRectangle
{
winforms\Managed\System\WinForms\TabControl.cs (1)
404
public override Rectangle
DisplayRectangle
{
6 references to DisplayRectangle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
127
ControlPaint.DrawBackgroundImage(e.Graphics, Control.BackgroundImage, Color.Transparent, Control.BackgroundImageLayout, Control.ClientRectangle, bounds, Control.
DisplayRectangle
.Location, Control.RightToLeft);
winforms\Managed\System\WinForms\TabPage.cs (1)
743
Rectangle r = parent.
DisplayRectangle
;
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1209
bounds.Width = ParentInternal.
DisplayRectangle
.Width;
1212
bounds.Height = ParentInternal.
DisplayRectangle
.Height;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
945
displayRect.Width = ToolStripPanel.ParentInternal.
DisplayRectangle
.Width - (ToolStripPanel.Margin.Horizontal + ToolStripPanel.Padding.Horizontal) - Row.Margin.Horizontal;
1455
displayRect.Height = ToolStripPanel.ParentInternal.
DisplayRectangle
.Height - (ToolStripPanel.Margin.Vertical + ToolStripPanel.Padding.Vertical) - Row.Margin.Vertical;