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)
455
get =>
_hasFocus
;
470
if (
_hasFocus
!= value)
1529
if (selected && !
_hasFocus
)
1568
if (selected &&
_hasFocus
)
1586
bool shouldInvert = ColorInversionNeededInHighContrast && (bold || (selected && !
_hasFocus
));
1591
Color textColor = selected &&
_hasFocus