8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
5879
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6655
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6658
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6677
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6985
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6993
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
7011
if (_listViewState[LISTVIEWSTATE_expectingMouseUp] && !_listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
7014
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;