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)
449
get =>
_hasFocus
;
464
if (
_hasFocus
!= value)
1523
if (selected && !
_hasFocus
)
1562
if (selected &&
_hasFocus
)
1580
bool shouldInvert = ColorInversionNeededInHighContrast && (bold || (selected && !
_hasFocus
));
1585
Color textColor = selected &&
_hasFocus