3 references to ToolTipOpenedEvent
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsTooltip.cs (3)
81
if( eventId == AutomationElement.
ToolTipOpenedEvent
)
83
AutomationEventArgs e = new AutomationEventArgs(AutomationElement.
ToolTipOpenedEvent
);
84
AutomationInteropProvider.RaiseAutomationEvent(AutomationElement.
ToolTipOpenedEvent
, this, e);