4 references to GetTextExtent
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
836textExtent = 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);
System.Windows.Forms.Tests (1)
Text\FontMetrics.cs (1)
69Size extent = screen.HDC.GetTextExtent("Whizzo Butter", hfont);