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