1 instantiation of GUITHREADINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1078gui = new NativeMethods.GUITHREADINFO();
10 references to GUITHREADINFO
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\Misc.cs (3)
314NativeMethods.GUITHREADINFO gui; 730NativeMethods.GUITHREADINFO gui; 1076internal static bool ProxyGetGUIThreadInfo(uint idThread, out NativeMethods.GUITHREADINFO gui)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
210NativeMethods.GUITHREADINFO gui; 589NativeMethods.GUITHREADINFO gui; 728NativeMethods.GUITHREADINFO gui; 896NativeMethods.GUITHREADINFO gui; 1083NativeMethods.GUITHREADINFO gui; 2239NativeMethods.GUITHREADINFO gui;
MS\Win32\UnsafeNativeMethods.cs (1)
263internal static extern bool GetGUIThreadInfo(uint idThread, ref NativeMethods.GUITHREADINFO guiThreadInfo);