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