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