8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
5964
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6737
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
6740
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6759
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
7067
if (!_listViewState[
LISTVIEWSTATE_mouseUpFired
])
7075
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
7093
if (_listViewState[LISTVIEWSTATE_expectingMouseUp] && !_listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
7096
_listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;