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