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