4 references to IncludeSelf
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
1192return ScanVisible( scan, wantFirst? ScanNext : ScanPrev, IncludeSelf, parent ); 1243hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL); 1310hwnd = ScanVisible(hwnd, ScanNext, IncludeSelf, NativeMethods.HWND.NULL); 1335hwnd = ScanVisible(hwnd, ScanPrev, IncludeSelf, NativeMethods.HWND.NULL);