26 references to AutomationEventArgs
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
321
new
AutomationEventArgs
(eventObject));
UIAutomationClient (4)
MS\Internal\Automation\ClientEventManager.cs (2)
649
AutomationEventArgs e = new
AutomationEventArgs
( WindowPattern.WindowOpenedEvent );
670
AutomationEventArgs e = new
AutomationEventArgs
( eventId );
MS\Internal\Automation\UiaCoreApi.cs (1)
651
return new
AutomationEventArgs
(eventId);
System\Windows\Automation\AutomationFocusChangedEventArgs.cs (1)
48
:
base
(AutomationElement.AutomationFocusChangedEvent)
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\EventManager.cs (11)
319
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new
AutomationEventArgs
(InvokePattern.InvokedEvent));
331
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new
AutomationEventArgs
(InvokePattern.InvokedEvent));
343
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new
AutomationEventArgs
(InvokePattern.InvokedEvent));
354
AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new
AutomationEventArgs
(InvokePattern.InvokedEvent));
367
AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementSelectedEvent, el, new
AutomationEventArgs
(SelectionItemPattern.ElementSelectedEvent));
379
AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementAddedToSelectionEvent, el, new
AutomationEventArgs
(SelectionItemPattern.ElementAddedToSelectionEvent));
391
AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, el, new
AutomationEventArgs
(SelectionItemPattern.ElementRemovedFromSelectionEvent));
435
AutomationInteropProvider.RaiseAutomationEvent(SelectionPattern.InvalidatedEvent, el, new
AutomationEventArgs
(SelectionPattern.InvalidatedEvent));
484
AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new
AutomationEventArgs
(TextPattern.TextSelectionChangedEvent));
489
AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new
AutomationEventArgs
(TextPattern.TextSelectionChangedEvent));
500
new
AutomationEventArgs
(TextPattern.TextSelectionChangedEvent));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
281
AutomationEventArgs eventArgs = new
AutomationEventArgs
(eventId);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
729
this, new
AutomationEventArgs
(TextPattern.TextSelectionChangedEvent));
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
83
AutomationEventArgs e = new
AutomationEventArgs
(AutomationElement.ToolTipOpenedEvent);
160
AutomationEventArgs e = new
AutomationEventArgs
( AutomationElement.ToolTipClosedEvent );
UIAutomationTypes (6)
System\Windows\Automation\ActiveTextPositionChangedEventArgs.cs (1)
32
:
base
(AutomationElementIdentifiers.ActiveTextPositionChangedEvent)
System\Windows\Automation\AsyncContentLoadedEventArgs.cs (1)
36
:
base
(AutomationElementIdentifiers.AsyncContentLoadedEvent)
System\Windows\Automation\AutomationPropertyChangedEventArgs.cs (1)
38
:
base
(AutomationElementIdentifiers.AutomationPropertyChangedEvent)
System\Windows\Automation\NotificationEventArgs.cs (1)
36
:
base
(AutomationElementIdentifiers.NotificationEvent)
System\Windows\Automation\StructureChangedEventArgs.cs (1)
73
:
base
(AutomationElementIdentifiers.StructureChangedEvent)
System\Windows\Automation\WindowClosedEventArgs.cs (1)
29
:
base
(WindowPatternIdentifiers.WindowClosedEvent)