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