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