MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1180return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent );
1231hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1298hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1323hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);