2 writes to _inSetSelectedIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (2)
56
_inSetSelectedIndex
= true;
58
_inSetSelectedIndex
= false;
1 reference to _inSetSelectedIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
52
public virtual bool InSetSelectedIndex() =>
_inSetSelectedIndex
;