3 writes to _lastClickedEntry
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
3448
_lastClickedEntry
= (GridEntry?)sender;
3478
_lastClickedEntry
= (GridEntry?)sender;
4127
_lastClickedEntry
= null;
4 references to _lastClickedEntry
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3423
if (gridEntry !=
_lastClickedEntry
)
3437
if (gridEntry !=
_lastClickedEntry
)
3449
SelectGridEntry(
_lastClickedEntry
, pageIn: true);
3480
SelectGridEntry(
_lastClickedEntry
, pageIn: true);