3 writes to lastClickedEntry
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
3605
this.
lastClickedEntry
= (GridEntry)s;
3630
this.
lastClickedEntry
= (GridEntry)s;
4186
lastClickedEntry
= null;
4 references to lastClickedEntry
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
3585
if (gridEntry !=
lastClickedEntry
) {
3597
if (gridEntry !=
lastClickedEntry
) {
3606
SelectGridEntry(
lastClickedEntry
, true);
3632
SelectGridEntry(
lastClickedEntry
, true);