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