2 references to LiveRegionChanged
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorer.xaml.cs (1)
58
peer?.RaiseAutomationEvent(AutomationEvents.
LiveRegionChanged
);
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
119
case AutomationEvents.
LiveRegionChanged
: eventObject = AutomationElementIdentifiers.LiveRegionChangedEvent; break;