8 references to MeasureString
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
2573
return
MeasureString
(text, font, layoutArea, null);
2623
return
MeasureString
(text, font, new SizeF(width, 999999), format);
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
527
return _graphics.
MeasureString
( text, font, layoutArea, stringFormat );
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
1447
textSize = Size.Ceiling(g.
MeasureString
(text, font, new SizeF(proposedSize.Width, proposedSize.Height), gdipStringFormat));
winforms\Managed\System\WinForms\Label.cs (1)
1316
requiredSize = Size.Ceiling(measurementGraphics.
MeasureString
(Text, Font, bounds, stringFormat));
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
527
return _graphics.
MeasureString
( text, font, layoutArea, stringFormat );
System.Workflow.Activities (1)
Designers\StateMachineDesignerPaint.cs (1)
44
textSize = graphics.
MeasureString
(text, font, new SizeF(maxSize.Width, maxSize.Height), format);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
76
textSize = graphics.
MeasureString
(text, font, new SizeF(maxSize.Width, maxSize.Height), format);