2 references to LVNI_BELOW
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1061
int next = GetItemNext(hwnd, current, NativeMethods.
LVNI_BELOW
);
1766
int nextItem = GetItemNext(hwnd, curItem, NativeMethods.
LVNI_BELOW
);