11 references to TextSelectionChangedEvent
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\EventManager.cs (8)
498AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 503AutomationInteropProvider.RaiseAutomationEvent(TextPattern.TextSelectionChangedEvent, el, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 513TextPattern.TextSelectionChangedEvent, el, 514new AutomationEventArgs(TextPattern.TextSelectionChangedEvent)); 552_objectIdClient.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent)); 566_objectIdCaret.Add(TextPattern.TextSelectionChangedEvent, new RaiseEvent(HandleTextSelectionChangedEvent));
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
472else if (idEvent == TextPattern.TextSelectionChangedEvent)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (2)
771TextPattern.TextSelectionChangedEvent, 772this, new AutomationEventArgs(TextPattern.TextSelectionChangedEvent));