Base:
property
DisplayRectangle
System.Windows.Forms.ToolStrip.DisplayRectangle
5 references to DisplayRectangle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDownMenu.cs (5)
519Rectangle displayRect = DisplayRectangle; 629int delta = this.Items[0].Bounds.Top - this.DisplayRectangle.Top; 658Rectangle displayRectangle = this.DisplayRectangle; 707this.scrollAmount = this.DisplayRectangle.Top - this.Items[0].Bounds.Top; 796Rectangle displayRectangle = this.DisplayRectangle;