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