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