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