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