8 references to LISTVIEWSTATE_mouseUpFired
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ListView.cs (8)
5410
listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
5981
if (!listViewState[
LISTVIEWSTATE_mouseUpFired
])
5984
listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6002
listViewState[
LISTVIEWSTATE_mouseUpFired
] = false;
6286
if (!listViewState[
LISTVIEWSTATE_mouseUpFired
])
6294
listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;
6312
if (listViewState[LISTVIEWSTATE_expectingMouseUp] && !listViewState[
LISTVIEWSTATE_mouseUpFired
] && MouseButtons == MouseButtons.None)
6315
listViewState[
LISTVIEWSTATE_mouseUpFired
] = true;