3 references to ToolTipClosed
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
107
case AutomationEvents.
ToolTipClosed
: eventObject = AutomationElementIdentifiers.ToolTipClosedEvent; break;
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolTip.cs (2)
190
if (AutomationPeer.ListenerExists(AutomationEvents.
ToolTipClosed
))
194
peer.RaiseAutomationEvent(AutomationEvents.
ToolTipClosed
);