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