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