1 write to selectedItemWithFocusBackBrush
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
1537
ownerGrid.
selectedItemWithFocusBackBrush
= new SolidBrush(clr);
2 references to selectedItemWithFocusBackBrush
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
1535
if (ownerGrid.
selectedItemWithFocusBackBrush
== null) {
1539
return ownerGrid.
selectedItemWithFocusBackBrush
;