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)
48tabPage.Bounds = _owner.DisplayRectangle;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1629Rectangle rect = DisplayRectangle; 1843tabPages[index].Bounds = DisplayRectangle;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TabControlDesigner.cs (2)
170return !tc.DisplayRectangle.Contains(hitTest); 557if (!tc.DisplayRectangle.Contains(dropPoint))