3 references to GetTextExtent
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
827textExtent = screen.HDC.GetTextExtent("0", hfont);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1067requiredSize = screen.HDC.GetTextExtent("0", hfont);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1191textExtent = screen.HDC.GetTextExtent(DateTime.Now.ToShortDateString(), hfont);