3 references to GetSuggestedSize
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
880Size size = GetSuggestedSize(); 1023Rectangle dropDownBounds = new(Point.Empty, GetSuggestedSize());
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (1)
379Rectangle dropDownBounds = new(Point.Empty, DropDown.GetSuggestedSize());