26 references to AutomationEventArgs
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
322new AutomationEventArgs(eventObject));
UIAutomationClient (4)
MS\Internal\Automation\ClientEventManager.cs (2)
650AutomationEventArgs e = new AutomationEventArgs( WindowPattern.WindowOpenedEvent ); 671AutomationEventArgs e = new AutomationEventArgs( eventId );
MS\Internal\Automation\UiaCoreApi.cs (1)
652return new AutomationEventArgs(eventId);
System\Windows\Automation\AutomationFocusChangedEventArgs.cs (1)
49: base(AutomationElement.AutomationFocusChangedEvent)
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\EventManager.cs (11)
320AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 332AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 344AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 355AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 368AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementSelectedEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementSelectedEvent)); 380AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementAddedToSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementAddedToSelectionEvent)); 392AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementRemovedFromSelectionEvent)); 436AutomationInteropProvider.RaiseAutomationEvent(SelectionPattern.InvalidatedEvent, el, new AutomationEventArgs(SelectionPattern.InvalidatedEvent)); 485AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 490AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 501new AutomationEventArgs(TextPattern.TextSelectionChangedEvent));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
282AutomationEventArgs eventArgs = new AutomationEventArgs(eventId);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
730this, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent));
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
84AutomationEventArgs e = new AutomationEventArgs(AutomationElement.ToolTipOpenedEvent); 161AutomationEventArgs e = new AutomationEventArgs( AutomationElement.ToolTipClosedEvent );
UIAutomationTypes (6)
System\Windows\Automation\ActiveTextPositionChangedEventArgs.cs (1)
33: base(AutomationElementIdentifiers.ActiveTextPositionChangedEvent)
System\Windows\Automation\AsyncContentLoadedEventArgs.cs (1)
37: base(AutomationElementIdentifiers.AsyncContentLoadedEvent)
System\Windows\Automation\AutomationPropertyChangedEventArgs.cs (1)
39: base(AutomationElementIdentifiers.AutomationPropertyChangedEvent)
System\Windows\Automation\NotificationEventArgs.cs (1)
37: base(AutomationElementIdentifiers.NotificationEvent)
System\Windows\Automation\StructureChangedEventArgs.cs (1)
74: base(AutomationElementIdentifiers.StructureChangedEvent)
System\Windows\Automation\WindowClosedEventArgs.cs (1)
30: base(WindowPatternIdentifiers.WindowClosedEvent)