3 references to LISTVIEWSTATE_doubleclickFired
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6677
_listViewState[
LISTVIEWSTATE_doubleclickFired
] = true;
6982
if (!ValidationCancelled && _listViewState[
LISTVIEWSTATE_doubleclickFired
] && index != -1)
6984
_listViewState[
LISTVIEWSTATE_doubleclickFired
] = false;