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