4 references to SetItemState
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
878return SetItemState(hwnd, item, NativeMethods.LVIS_FOCUSED, NativeMethods.LVIS_FOCUSED);
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);