11 references to TextSelectionChangedEvent
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (8)
484AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 489AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 499TextPattern.TextSelectionChangedEvent, el, 500new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 538_objectIdClient.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent)); 552_objectIdCaret.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
447else if (idEvent == TextPattern.TextSelectionChangedEvent)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
728TextPattern.TextSelectionChangedEvent, 729this, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent));