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