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