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