MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1200return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent );
1251hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1318hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1343hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);