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