8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
5949
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6722
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6725
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6744
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
7052
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
7060
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
7078
if (_listViewState[LISTVIEWSTATE_expectingMouseUp] && !_listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
7081
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;