4 references to GetDropDownBounds
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (4)
121Rectangle bounds = GetDropDownBounds(dropDownDirection); 131int newIntersectionWidth = Rectangle.Intersect(GetDropDownBounds(newDropDownDirection), ownerItemBounds).Width; 198return GetDropDownBounds(dropDownDirection).Location; 441this.dropDown.Bounds = GetDropDownBounds(DropDownDirection);