8 references to MeasureString
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
2573return MeasureString(text, font, layoutArea, null); 2623return 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)
1447textSize = Size.Ceiling(g.MeasureString(text, font, new SizeF(proposedSize.Width, proposedSize.Height), gdipStringFormat));
winforms\Managed\System\WinForms\Label.cs (1)
1316requiredSize = 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)
44textSize = graphics.MeasureString(text, font, new SizeF(maxSize.Width, maxSize.Height), format);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerHelpers.cs (1)
76textSize = graphics.MeasureString(text, font, new SizeF(maxSize.Width, maxSize.Height), format);