1 write to _hasFocus
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
466_hasFocus = value;
6 references to _hasFocus
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
449get => _hasFocus; 464if (_hasFocus != value) 1523if (selected && !_hasFocus) 1562if (selected && _hasFocus) 1580bool shouldInvert = ColorInversionNeededInHighContrast && (bold || (selected && !_hasFocus)); 1585Color textColor = selected && _hasFocus