4 references to SetItemState
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (4)
885return SetItemState(hwnd, item, NativeMethods.LVIS_FOCUSED, NativeMethods.LVIS_FOCUSED); 1294return SetItemState(hwnd, -1, NativeMethods.LVIS_SELECTED, 0); 1300return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, NativeMethods.LVIS_SELECTED); 1306return SetItemState(hwnd, item, NativeMethods.LVIS_SELECTED, 0);