20 references to RaiseAutomationEvent
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
318AutomationInteropProvider.RaiseAutomationEvent( 355AutomationInteropProvider.RaiseAutomationEvent( 378AutomationInteropProvider.RaiseAutomationEvent(
PresentationFramework (2)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
40AutomationInteropProvider.RaiseAutomationEvent(
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
39AutomationInteropProvider.RaiseAutomationEvent(
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\EventManager.cs (11)
319AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 331AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 343AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 354AutomationInteropProvider.RaiseAutomationEvent(InvokePattern.InvokedEvent, el, new AutomationEventArgs(InvokePattern.InvokedEvent)); 367AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementSelectedEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementSelectedEvent)); 379AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementAddedToSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementAddedToSelectionEvent)); 391AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementRemovedFromSelectionEvent)); 435AutomationInteropProvider.RaiseAutomationEvent(SelectionPattern.InvalidatedEvent, el, new AutomationEventArgs(SelectionPattern.InvalidatedEvent)); 484AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 489AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 498AutomationInteropProvider.RaiseAutomationEvent(
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
283AutomationInteropProvider.RaiseAutomationEvent(eventId, provider, eventArgs);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
727AutomationInteropProvider.RaiseAutomationEvent(
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
84AutomationInteropProvider.RaiseAutomationEvent(AutomationElement.ToolTipOpenedEvent, this, e); 161AutomationInteropProvider.RaiseAutomationEvent( AutomationElement.ToolTipClosedEvent, wtv, e );