2 references to GetValueTextWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1879
int textWidth =
GetValueTextWidth
(text, g, GetFont(valueModified));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
174
ClientRectangle.Width <= PropertyGridView.SelectedGridEntry.
GetValueTextWidth
(Text, graphics, Font))