3 references to ToolTipClosed
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
89
case AutomationEvents.
ToolTipClosed
: eventObject = AutomationElementIdentifiers.ToolTipClosedEvent; break;
PresentationFramework (2)
System\Windows\Controls\ToolTip.cs (2)
167
if (AutomationPeer.ListenerExists(AutomationEvents.
ToolTipClosed
))
171
peer.RaiseAutomationEvent(AutomationEvents.
ToolTipClosed
);