Base:
property
DisplayRectangle
System.Windows.Forms.Control.DisplayRectangle
5 references to DisplayRectangle
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
48
tabPage.Bounds = _owner.
DisplayRectangle
;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1629
Rectangle rect =
DisplayRectangle
;
1843
tabPages[index].Bounds =
DisplayRectangle
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabControlDesigner.cs (2)
170
return !tc.
DisplayRectangle
.Contains(hitTest);
557
if (!tc.
DisplayRectangle
.Contains(dropPoint))