3 references to LISTVIEWSTATE_columnClicked
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListView.cs (3)
6104
if (nmhdr->code == PInvoke.NM_RELEASEDCAPTURE && _listViewState[
LISTVIEWSTATE_columnClicked
])
6106
_listViewState[
LISTVIEWSTATE_columnClicked
] = false;
6519
_listViewState[
LISTVIEWSTATE_columnClicked
] = true;