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