5 references to ScanNext
UIAutomationClient (5)
MS\Internal\Automation\HwndProxyElementProvider.cs (5)
1200return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent ); 1246NativeMethods.HWND hwnd = ScanVisible(_hwnd, ScanNext, ExcludeSelf, hwndOwner); 1251hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL); 1260NativeMethods.HWND next = ScanVisible(_hwnd, ScanNext, ExcludeSelf, NativeMethods.HWND.NULL); 1318hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);