3 writes to _lastClickedEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
3398
_lastClickedEntry
= (GridEntry?)sender;
3428
_lastClickedEntry
= (GridEntry?)sender;
4077
_lastClickedEntry
= null;
4 references to _lastClickedEntry
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3373
if (gridEntry !=
_lastClickedEntry
)
3387
if (gridEntry !=
_lastClickedEntry
)
3399
SelectGridEntry(
_lastClickedEntry
, pageIn: true);
3430
SelectGridEntry(
_lastClickedEntry
, pageIn: true);