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