MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1200return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent );
1280NativeMethods.HWND hwnd = ScanVisible(_hwnd, ScanPrev, ExcludeSelf, hwndOwner);
1287NativeMethods.HWND prev = ScanVisible(_hwnd, ScanPrev, ExcludeSelf, NativeMethods.HWND.NULL);
1343hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);