8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
5956
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6733
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6736
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6755
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
7063
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
7071
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
7089
if (_listViewState[LISTVIEWSTATE_expectingMouseUp] && !_listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
7092
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;