4 references to SelectedItemWithFocusBackColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
1517
Color backColor = selected ? ownerGrid.
SelectedItemWithFocusBackColor
: BackgroundColor;
1561
using var focusBrush = ownerGrid.
SelectedItemWithFocusBackColor
.GetCachedSolidBrushScope();
1825
backColor = ownerGrid.
SelectedItemWithFocusBackColor
;
1905
? owner.
SelectedItemWithFocusBackColor