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