1 instantiation of GUITHREADINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1077gui = new NativeMethods.GUITHREADINFO();
10 references to GUITHREADINFO
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\Misc.cs (3)
313NativeMethods.GUITHREADINFO gui; 729NativeMethods.GUITHREADINFO gui; 1075internal static bool ProxyGetGUIThreadInfo(uint idThread, out NativeMethods.GUITHREADINFO gui)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
209NativeMethods.GUITHREADINFO gui; 588NativeMethods.GUITHREADINFO gui; 727NativeMethods.GUITHREADINFO gui; 895NativeMethods.GUITHREADINFO gui; 1082NativeMethods.GUITHREADINFO gui; 2238NativeMethods.GUITHREADINFO gui;
MS\Win32\UnsafeNativeMethods.cs (1)
262internal static extern bool GetGUIThreadInfo(uint idThread, ref NativeMethods.GUITHREADINFO guiThreadInfo);