3 writes to _lastClickedEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
3413
_lastClickedEntry
= (GridEntry?)sender;
3443
_lastClickedEntry
= (GridEntry?)sender;
4092
_lastClickedEntry
= null;
4 references to _lastClickedEntry
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3388
if (gridEntry !=
_lastClickedEntry
)
3402
if (gridEntry !=
_lastClickedEntry
)
3414
SelectGridEntry(
_lastClickedEntry
, pageIn: true);
3445
SelectGridEntry(
_lastClickedEntry
, pageIn: true);