4 references to InvalidatedEvent
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (3)
449
AutomationInteropProvider.RaiseAutomationEvent(SelectionPattern.
InvalidatedEvent
, el, new AutomationEventArgs(SelectionPattern.
InvalidatedEvent
));
550
_objectIdClient.Add(SelectionPattern.
InvalidatedEvent
, new RaiseEvent(HandleInvalidatedEvent));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
449
else if (idEvent == SelectionPattern.
InvalidatedEvent
)