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