8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
5883
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6659
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6662
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6681
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6989
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6997
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
7015
if (_listViewState[LISTVIEWSTATE_expectingMouseUp] && !_listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
7018
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;