39 references to RaiseAutomationEvent
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorer.xaml.cs (1)
58peer?.RaiseAutomationEvent(AutomationEvents.LiveRegionChanged);
PresentationCore (4)
MS\Internal\SynchronizedInputHelper.cs (3)
318peer.RaiseAutomationEvent(AutomationEvents.InputReachedTarget); 321peer.RaiseAutomationEvent(AutomationEvents.InputDiscarded); 324peer.RaiseAutomationEvent(AutomationEvents.InputReachedOtherElement);
System\Windows\Automation\Peers\AutomationPeer.cs (1)
395peer.RaiseAutomationEvent(AutomationEvents.AutomationFocusChanged);
PresentationFramework (30)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
295peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 304peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 314peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (8)
331cellPeer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 341cellPeer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 350cellPeer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection); 361dataGridItemAutomationPeer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 372cellPeer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 389peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 399peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 408peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);
System\Windows\Automation\Peers\SelectorAutomationPeer.cs (5)
134this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 149peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 157this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 167peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 174peer?.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);
System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
404EventsSource.RaiseAutomationEvent(eventId); 407this.RaiseAutomationEvent(eventId);
System\Windows\Controls\Button.cs (1)
252peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\GridViewColumnHeader.cs (1)
802peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\MenuItem.cs (1)
1382peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
748peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Primitives\MenuBase.cs (2)
310peer.RaiseAutomationEvent(automationEvent); 316peer.RaiseAutomationEvent(automationEvent);
System\Windows\Controls\Primitives\RepeatButton.cs (1)
198peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\TextAdaptor.cs (2)
321_textPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextChanged); 329_textPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
System\Windows\Controls\ToolTip.cs (2)
169peer?.RaiseAutomationEvent(AutomationEvents.ToolTipClosed); 547peer.RaiseAutomationEvent(AutomationEvents.ToolTipOpened);
System\Windows\Documents\Hyperlink.cs (1)
683peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemAutomationPeer.cs (1)
112EventsSource?.RaiseAutomationEvent(eventId);
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
133RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
Microsoft\Windows\Automation\Peers\RibbonTabAutomationPeer.cs (2)
158dataPeer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 160dataPeer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);