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