6 references to LVIS_SELECTED
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
1302return SetItemState(hwnd, -1, NativeMethods.LVIS_SELECTED, 0); 1308return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, NativeMethods.LVIS_SELECTED); 1314return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, 0); 1320return Misc.IsBitSet(GetItemState(hwnd, listItem, NativeMethods.LVIS_SELECTED), NativeMethods.LVIS_SELECTED);