6 references to MeasureTextHelper
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
91SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, m_labelTitle.Text, Font, width);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
1406SizeF textSize = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, labelText, f); 1941TextRenderer.DrawText( g, strLabel, font, textRect, textColor, PropertyGrid.MeasureTextHelper.GetTextRendererFlags() );
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
322SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, detailsBtn.Text, detailsBtn.Font);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1255SizeF sizeF = PropertyGrid.MeasureTextHelper.MeasureText(this.ownerGrid, g, gridEntry.PropertyLabel, Font); 6014SizeF sizef = PropertyGrid.MeasureTextHelper.MeasureText(this.gridView.ownerGrid, g, editor.Text, gridView.GetBaseFont());