1 instantiation of GUITHREADINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1085gui = new NativeMethods.GUITHREADINFO();
10 references to GUITHREADINFO
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\Misc.cs (3)
319NativeMethods.GUITHREADINFO gui; 737NativeMethods.GUITHREADINFO gui; 1083internal static bool ProxyGetGUIThreadInfo(uint idThread, out NativeMethods.GUITHREADINFO gui)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
213NativeMethods.GUITHREADINFO gui; 592NativeMethods.GUITHREADINFO gui; 731NativeMethods.GUITHREADINFO gui; 899NativeMethods.GUITHREADINFO gui; 1086NativeMethods.GUITHREADINFO gui; 2244NativeMethods.GUITHREADINFO gui;
MS\Win32\UnsafeNativeMethods.cs (1)
263internal static extern bool GetGUIThreadInfo(uint idThread, ref NativeMethods.GUITHREADINFO guiThreadInfo);