4 references to MeasureText
System.Windows.Forms (3)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
515textSize = hdc.HDC.MeasureText(Text, hfont, new Size(textRectangle.Width, int.MaxValue), (TextFormatFlags)flags);
System\Windows\Forms\Rendering\TextRenderer.cs (2)
523return screen.HDC.MeasureText(text, hfont, proposedSize, flags); 545return hdc.HDC.MeasureText(text, hfont, proposedSize, flags);
System.Windows.Forms.Tests (1)
Text\FontMetrics.cs (1)
87Size measure = screen.HDC.MeasureText("Windows Foundation Classes", hfont, proposedSize, (TextFormatFlags)dt);