6 references to LVIS_SELECTED
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
1291return SetItemState(hwnd, -1, NativeMethods.LVIS_SELECTED, 0); 1297return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, NativeMethods.LVIS_SELECTED); 1303return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, 0); 1309return Misc.IsBitSet(GetItemState(hwnd, listItem, NativeMethods.LVIS_SELECTED), NativeMethods.LVIS_SELECTED);