2 references to LVNI_FOCUSED
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
475int index = GetItemNext(_hwnd, -1, NativeMethods.LVNI_FOCUSED);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
464int index = WindowsListView.GetItemNext(hwnd, -1, NativeMethods.LVNI_FOCUSED);