2 references to OldGetLargestStringSizeInCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1307Size textSize = LayoutUtils.OldGetLargestStringSizeInCollection(Font, strings);
System\Windows\Forms\Controls\UpDown\DomainUpDown.cs (1)
522int width = LayoutUtils.OldGetLargestStringSizeInCollection(Font, Items).Width;