4 references to GetTextExtent
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
822textExtent = screen.HDC.GetTextExtent("0", hfont);
System\Windows\Forms\Controls\Labels\Label.cs (1)
1069requiredSize = screen.HDC.GetTextExtent("0", hfont);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1197textExtent = screen.HDC.GetTextExtent(DateTime.Now.ToShortDateString(), hfont);
System.Windows.Forms.Tests (1)
Text\FontMetrics.cs (1)
69Size extent = screen.HDC.GetTextExtent("Whizzo Butter", hfont);