1 instantiation of GUITHREADINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
1085
gui = new NativeMethods.
GUITHREADINFO
();
10 references to GUITHREADINFO
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\Misc.cs (3)
319
NativeMethods.
GUITHREADINFO
gui;
737
NativeMethods.
GUITHREADINFO
gui;
1083
internal static bool ProxyGetGUIThreadInfo(uint idThread, out NativeMethods.
GUITHREADINFO
gui)
MS\Internal\AutomationProxies\WindowsMenu.cs (6)
213
NativeMethods.
GUITHREADINFO
gui;
592
NativeMethods.
GUITHREADINFO
gui;
731
NativeMethods.
GUITHREADINFO
gui;
899
NativeMethods.
GUITHREADINFO
gui;
1086
NativeMethods.
GUITHREADINFO
gui;
2244
NativeMethods.
GUITHREADINFO
gui;
MS\Win32\UnsafeNativeMethods.cs (1)
263
internal static extern bool GetGUIThreadInfo(uint idThread, ref NativeMethods.
GUITHREADINFO
guiThreadInfo);