1 write to _hasFocus
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
472_hasFocus = value;
6 references to _hasFocus
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (6)
455get => _hasFocus; 470if (_hasFocus != value) 1529if (selected && !_hasFocus) 1568if (selected && _hasFocus) 1586bool shouldInvert = ColorInversionNeededInHighContrast && (bold || (selected && !_hasFocus)); 1591Color textColor = selected && _hasFocus