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)
2690public override Rectangle DisplayRectangle {
winforms\Managed\System\WinForms\GroupBox.cs (1)
200public override Rectangle DisplayRectangle {
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
65public override Rectangle DisplayRectangle {
winforms\Managed\System\WinForms\ScrollableControl.cs (1)
262public override Rectangle DisplayRectangle {
winforms\Managed\System\WinForms\TabControl.cs (1)
404public override Rectangle DisplayRectangle {
6 references to DisplayRectangle
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
127ControlPaint.DrawBackgroundImage(e.Graphics, Control.BackgroundImage, Color.Transparent, Control.BackgroundImageLayout, Control.ClientRectangle, bounds, Control.DisplayRectangle.Location, Control.RightToLeft);
winforms\Managed\System\WinForms\TabPage.cs (1)
743Rectangle r = parent.DisplayRectangle;
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1209bounds.Width = ParentInternal.DisplayRectangle.Width; 1212bounds.Height = ParentInternal.DisplayRectangle.Height;
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
945displayRect.Width = ToolStripPanel.ParentInternal.DisplayRectangle.Width - (ToolStripPanel.Margin.Horizontal + ToolStripPanel.Padding.Horizontal) - Row.Margin.Horizontal; 1455displayRect.Height = ToolStripPanel.ParentInternal.DisplayRectangle.Height - (ToolStripPanel.Margin.Vertical + ToolStripPanel.Padding.Vertical) - Row.Margin.Vertical;