4 references to SelectedItemWithFocusBackColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (4)
1520
Color backColor = selected ? ownerGrid.
SelectedItemWithFocusBackColor
: BackgroundColor;
1564
using var focusBrush = ownerGrid.
SelectedItemWithFocusBackColor
.GetCachedSolidBrushScope();
1828
backColor = ownerGrid.
SelectedItemWithFocusBackColor
;
1908
? owner.
SelectedItemWithFocusBackColor