4 references to GetDropDownBounds
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (4)
140Rectangle bounds = GetDropDownBounds(dropDownDirection); 151int newIntersectionWidth = Rectangle.Intersect(GetDropDownBounds(newDropDownDirection), ownerItemBounds).Width; 215return GetDropDownBounds(dropDownDirection).Location; 435_dropDown.Bounds = GetDropDownBounds(DropDownDirection);