2 references to OnToolTipEvents
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
108
WinEventTracker.AddToNotificationList( IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(
OnToolTipEvents
), _toolTipEventIds, _toolTipEventIds.Length );
125
WinEventTracker.RemoveToNotificationList( IntPtr.Zero, _toolTipEventIds, new WinEventTracker.ProxyRaiseEvents(
OnToolTipEvents
), _toolTipEventIds.Length );