3 references to GetSplitterWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2343
labelWidth += gridHost.
GetSplitterWidth
();
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1613
return GetLabelWidth() +
GetSplitterWidth
() + GetValueWidth();
3506
Pen splitterPen = new Pen(ownerGrid.LineColor,
GetSplitterWidth
());