20 references to RaiseAutomationEvent
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
317AutomationInteropProvider.RaiseAutomationEvent( 354AutomationInteropProvider.RaiseAutomationEvent( 377AutomationInteropProvider.RaiseAutomationEvent(
PresentationFramework (2)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
41AutomationInteropProvider.RaiseAutomationEvent(
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
40AutomationInteropProvider.RaiseAutomationEvent(
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)); 499AutomationInteropProvider.RaiseAutomationEvent(
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
284AutomationInteropProvider.RaiseAutomationEvent(eventId, provider, eventArgs);
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
724AutomationInteropProvider.RaiseAutomationEvent(
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
88AutomationInteropProvider.RaiseAutomationEvent(AutomationElement.ToolTipOpenedEvent, this, e); 165AutomationInteropProvider.RaiseAutomationEvent( AutomationElement.ToolTipClosedEvent, wtv, e );