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