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