2 references to GetValueTextWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2170int textWidth = GetValueTextWidth(strValue, g, f);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6721ClientRectangle.Width <= psheet.SelectedGridEntry.GetValueTextWidth(this.Text, g, this.Font)) {