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