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