4 references to ToolTipClosedEvent
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTooltip.cs (4)
87else if( eventId == AutomationElement.ToolTipClosedEvent ) 100if( eventId != AutomationElement.ToolTipClosedEvent ) 161AutomationEventArgs e = new AutomationEventArgs( AutomationElement.ToolTipClosedEvent ); 162AutomationInteropProvider.RaiseAutomationEvent( AutomationElement.ToolTipClosedEvent, wtv, e );