MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1191return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent );
1242hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1309hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1334hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);