2 references to EnumThreadWndProc
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
349
UnsafeNativeMethods.
EnumThreadWndProc
enumToolTipWindows = new UnsafeNativeMethods.EnumThreadWndProc(EnumToolTipWindows);
MS\Win32\UnsafeNativeMethods.cs (1)
257
internal static extern bool EnumThreadWindows(uint threadId,
EnumThreadWndProc
lpEnumFunc, [In, Out] ref ENUMTOOLTIPWINDOWINFO lParam);