6 references to LVIS_SELECTED
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsListView.cs (6)
1288return SetItemState(hwnd, -1, NativeMethods.LVIS_SELECTED, 0);
1294return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, NativeMethods.LVIS_SELECTED);
1300return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, 0);
1306return Misc.IsBitSet(GetItemState(hwnd, listItem, NativeMethods.LVIS_SELECTED), NativeMethods.LVIS_SELECTED);