2 writes to h
UIAutomationClient (2)
MS\Win32\NativeMethods.cs (2)
39hTemp.h = h; 53hTemp.h = IntPtr.Zero;
14 references to h
UIAutomationClient (14)
MS\Internal\Automation\HwndProxyElementProvider.cs (5)
1103id[1] = hwnd.h.ToInt32(); 1385IRawElementProviderSimple nonClientProvider = ProxyManager.GetNonClientProvider(hwnd.h); 1611if ( owner.h == possibleOwner.h ) 1824if (SafeNativeMethods.GetWindowRgn(hChild.h, hrgn) == SafeNativeMethods.COMPLEXREGION)
MS\Internal\Automation\Misc.cs (1)
533processHandle = UnsafeNativeMethods.GetProcessHandleFromHwnd(hwnd.h);
MS\Win32\NativeMethods.cs (8)
45return h.h; 60return hl.h == hr.h; 65return hl.h != hr.h; 71return h == hr.h; 76return (int) h;