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