4 references to MeasureText
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
1406SizeF textSize = PropertyGrid.MeasureTextHelper.MeasureText( this.ownerGrid, g, labelText, f);
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());