2 references to GetValueWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2344if (x >= labelWidth && x <= labelWidth + gridHost.GetValueWidth()) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1613return GetLabelWidth() + GetSplitterWidth() + GetValueWidth();