3 references to SplitterWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2023labelWidth += PropertyGridView.SplitterWidth;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
1396public int TotalWidth => LabelWidth + SplitterWidth + ValueWidth; 3300using var splitterPen = OwnerGrid.LineColor.GetCachedPenScope(SplitterWidth);