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