3 writes to _lastClickedEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
3436
_lastClickedEntry
= (GridEntry?)sender;
3466
_lastClickedEntry
= (GridEntry?)sender;
4115
_lastClickedEntry
= null;
4 references to _lastClickedEntry
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3411
if (gridEntry !=
_lastClickedEntry
)
3425
if (gridEntry !=
_lastClickedEntry
)
3437
SelectGridEntry(
_lastClickedEntry
, pageIn: true);
3468
SelectGridEntry(
_lastClickedEntry
, pageIn: true);