MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1179return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent );
1230hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1297hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL);
1322hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);