3 references to ActiveTextPositionChangedEventArgs
PresentationFramework (2)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
40ActiveTextPositionChangedEventArgs args = new ActiveTextPositionChangedEventArgs(TextRangeFromTextPointers(rangeStart, rangeEnd));
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
39ActiveTextPositionChangedEventArgs args = new ActiveTextPositionChangedEventArgs(TextRangeFromTextPointers(rangeStart, rangeEnd));
UIAutomationClient (1)
MS\Internal\Automation\UiaCoreApi.cs (1)
699return new ActiveTextPositionChangedEventArgs(atpcargs._textRange);