4 references to ScanPrev
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1192return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent ); 1272NativeMethods.HWND hwnd = ScanVisible(_hwnd, ScanPrev, ExcludeSelf, hwndOwner); 1279NativeMethods.HWND prev = ScanVisible(_hwnd, ScanPrev, ExcludeSelf, NativeMethods.HWND.NULL); 1335hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);