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