3 references to LISTVIEWSTATE_columnClicked
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
5518
if (nmhdr->code == NativeMethods.NM_RELEASEDCAPTURE && listViewState[
LISTVIEWSTATE_columnClicked
]) {
5519
listViewState[
LISTVIEWSTATE_columnClicked
] = false;
5833
listViewState[
LISTVIEWSTATE_columnClicked
] = true;