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