3 references to ToolTipOpened
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
106
case AutomationEvents.
ToolTipOpened
: eventObject = AutomationElementIdentifiers.ToolTipOpenedEvent; break;
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolTip.cs (2)
549
if (AutomationPeer.ListenerExists(AutomationEvents.
ToolTipOpened
))
557
peer.RaiseAutomationEvent(AutomationEvents.
ToolTipOpened
);