3 references to ToolTipOpenedEvent
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsTooltip.cs (3)
100
if( eventId == AutomationElement.
ToolTipOpenedEvent
)
102
AutomationEventArgs e = new AutomationEventArgs(AutomationElement.
ToolTipOpenedEvent
);
103
AutomationInteropProvider.RaiseAutomationEvent(AutomationElement.
ToolTipOpenedEvent
, this, e);