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)
446
get =>
_hasFocus
;
461
if (
_hasFocus
!= value)
1520
if (selected && !
_hasFocus
)
1559
if (selected &&
_hasFocus
)
1577
bool shouldInvert = ColorInversionNeededInHighContrast && (bold || (selected && !
_hasFocus
));
1582
Color textColor = selected &&
_hasFocus