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