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