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