2 references to GetLabelWidth
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2314
int labelWidth = gridHost.
GetLabelWidth
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1613
return
GetLabelWidth
() + GetSplitterWidth() + GetValueWidth();