2 references to ValueWidth
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
2024
if (x >= labelWidth && x <= labelWidth + gridHost.
ValueWidth
)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1396
public int TotalWidth => LabelWidth + SplitterWidth +
ValueWidth
;