6 references to LVIS_SELECTED
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
1287return SetItemState(hwnd, -1, NativeMethods.LVIS_SELECTED, 0); 1293return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, NativeMethods.LVIS_SELECTED); 1299return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, 0); 1305return Misc.IsBitSet(GetItemState(hwnd, listItem, NativeMethods.LVIS_SELECTED), NativeMethods.LVIS_SELECTED);