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