3 references to LISTVIEWSTATE_doubleclickFired
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
5999listViewState[LISTVIEWSTATE_doubleclickFired] = true; 6281if (!ValidationCancelled && listViewState[LISTVIEWSTATE_doubleclickFired] && index != -1) { 6282listViewState[LISTVIEWSTATE_doubleclickFired] = false;