11 references to TextSelectionChangedEvent
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (8)
491AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 496AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 506TextPattern.TextSelectionChangedEvent, el, 507new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 545_objectIdClient.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent)); 559_objectIdCaret.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
461else if (idEvent == TextPattern.TextSelectionChangedEvent)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
729TextPattern.TextSelectionChangedEvent, 730this, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent));