4 references to SelectedItemWithFocusBackColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
1526
Color backColor = selected ? ownerGrid.
SelectedItemWithFocusBackColor
: BackgroundColor;
1570
using var focusBrush = ownerGrid.
SelectedItemWithFocusBackColor
.GetCachedSolidBrushScope();
1834
backColor = ownerGrid.
SelectedItemWithFocusBackColor
;
1914
? owner.
SelectedItemWithFocusBackColor