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