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