3 references to ToolTipOpened
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
101case AutomationEvents.ToolTipOpened: eventObject = AutomationElementIdentifiers.ToolTipOpenedEvent; break;
PresentationFramework (2)
System\Windows\Controls\ToolTip.cs (2)
556if (AutomationPeer.ListenerExists(AutomationEvents.ToolTipOpened)) 564peer.RaiseAutomationEvent(AutomationEvents.ToolTipOpened);