1 write to _hasFocus
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
463_hasFocus = value;
6 references to _hasFocus
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
446get => _hasFocus; 461if (_hasFocus != value) 1520if (selected && !_hasFocus) 1559if (selected && _hasFocus) 1577bool shouldInvert = ColorInversionNeededInHighContrast && (bold || (selected && !_hasFocus)); 1582Color textColor = selected && _hasFocus