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