2 references to OldGetLargestStringSizeInCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DomainUpDown.cs (1)
606int width = LayoutUtils.OldGetLargestStringSizeInCollection(Font, Items).Width;
winforms\Managed\System\WinForms\ListBox.cs (1)
1360Size textSize = LayoutUtils.OldGetLargestStringSizeInCollection(Font, strings);