4 references to ToolTipClosedEvent
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTooltip.cs (4)
105else if( eventId == AutomationElement.ToolTipClosedEvent ) 118if( eventId != AutomationElement.ToolTipClosedEvent ) 179AutomationEventArgs e = new AutomationEventArgs( AutomationElement.ToolTipClosedEvent ); 180AutomationInteropProvider.RaiseAutomationEvent( AutomationElement.ToolTipClosedEvent, wtv, e );