38 references to RaiseAutomationEvent
PresentationCore (4)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (3)
325peer.RaiseAutomationEvent(AutomationEvents.InputReachedTarget); 328peer.RaiseAutomationEvent(AutomationEvents.InputDiscarded); 331peer.RaiseAutomationEvent(AutomationEvents.InputReachedOtherElement);
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
406peer.RaiseAutomationEvent(AutomationEvents.AutomationFocusChanged);
PresentationFramework (30)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
313peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 325peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 338peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (8)
338cellPeer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 351cellPeer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 363cellPeer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection); 377dataGridItemAutomationPeer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 391cellPeer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 411peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 424peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 436peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);
src\Framework\System\Windows\Automation\Peers\SelectorAutomationPeer.cs (5)
144this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 161peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementSelected); 170this.RaiseAutomationEvent(AutomationEvents.SelectionPatternOnInvalidated); 182peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementAddedToSelection); 192peer.RaiseAutomationEvent(AutomationEvents.SelectionItemPatternOnElementRemovedFromSelection);
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (2)
421EventsSource.RaiseAutomationEvent(eventId); 424this.RaiseAutomationEvent(eventId);
src\Framework\System\Windows\Controls\Button.cs (1)
260peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (1)
850peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\MenuItem.cs (1)
1400peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
769peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
322peer.RaiseAutomationEvent(automationEvent); 328peer.RaiseAutomationEvent(automationEvent);
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (1)
212peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
310_textPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextChanged); 318_textPeer.RaiseAutomationEvent(AutomationEvents.TextPatternOnTextSelectionChanged);
src\Framework\System\Windows\Controls\ToolTip.cs (2)
194peer.RaiseAutomationEvent(AutomationEvents.ToolTipClosed); 557peer.RaiseAutomationEvent(AutomationEvents.ToolTipOpened);
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
724peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
280_itemAutomationPeer.RaiseAutomationEvent(AutomationEvents.AutomationFocusChanged); 556this.RaiseAutomationEvent(AutomationEvents.AutomationFocusChanged);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
146this.RaiseAutomationEvent(AutomationEvents.AutomationFocusChanged);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyInspectorAutomationPeer.cs (1)
128this.RaiseAutomationEvent(AutomationEvents.AutomationFocusChanged);