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