8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
5947
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6720
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6723
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6742
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
7050
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
7058
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
7076
if (_listViewState[LISTVIEWSTATE_expectingMouseUp] && !_listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
7079
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;