1 instantiation of ENUMTOOLTIPWINDOWINFO
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\Misc.cs (1)
341UnsafeNativeMethods.ENUMTOOLTIPWINDOWINFO info = new UnsafeNativeMethods.ENUMTOOLTIPWINDOWINFO
4 references to ENUMTOOLTIPWINDOWINFO
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\Misc.cs (2)
341UnsafeNativeMethods.ENUMTOOLTIPWINDOWINFO info = new UnsafeNativeMethods.ENUMTOOLTIPWINDOWINFO 1890private static bool EnumToolTipWindows(IntPtr hwnd, ref UnsafeNativeMethods.ENUMTOOLTIPWINDOWINFO lParam)
MS\Win32\UnsafeNativeMethods.cs (2)
256internal static extern bool EnumThreadWindows(uint threadId, EnumThreadWndProc lpEnumFunc, [In, Out] ref ENUMTOOLTIPWINDOWINFO lParam); 341internal delegate bool EnumThreadWndProc(IntPtr hwnd, ref ENUMTOOLTIPWINDOWINFO lParam);