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