1 instantiation of GUITHREADINFO
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1098gui = new NativeMethods.GUITHREADINFO();
10 references to GUITHREADINFO
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\Misc.cs (3)
330NativeMethods.GUITHREADINFO gui; 748NativeMethods.GUITHREADINFO gui; 1096internal static bool ProxyGetGUIThreadInfo(uint idThread, out NativeMethods.GUITHREADINFO gui)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
226NativeMethods.GUITHREADINFO gui; 605NativeMethods.GUITHREADINFO gui; 744NativeMethods.GUITHREADINFO gui; 912NativeMethods.GUITHREADINFO gui; 1101NativeMethods.GUITHREADINFO gui; 2259NativeMethods.GUITHREADINFO gui;
MS\Win32\UnsafeNativeMethods.cs (1)
277internal static extern bool GetGUIThreadInfo(uint idThread, ref NativeMethods.GUITHREADINFO guiThreadInfo);