11 references to TextSelectionChangedEvent
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (8)
485AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 490AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 500TextPattern.TextSelectionChangedEvent, el, 501new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 539_objectIdClient.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent)); 553_objectIdCaret.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
456else if (idEvent == TextPattern.TextSelectionChangedEvent)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
725TextPattern.TextSelectionChangedEvent, 726this, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent));