1 write to _textAdaptor
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
474_textAdaptor = textAdaptor;
13 references to _textAdaptor
PresentationFramework (13)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (13)
606textView = _textAdaptor.GetUpdatedTextView(); 675textView = _textAdaptor.GetUpdatedTextView(); 792textView = _textAdaptor.GetUpdatedTextView(); 915textView = _textAdaptor.GetUpdatedTextView(); 1095textView = _textAdaptor.GetUpdatedTextView(); 1139textView = _textAdaptor.GetUpdatedTextView(); 1590return new TextRangeAdaptor(_textAdaptor, _start, _end, _textPeer); 1754resultRange = new TextRangeAdaptor(_textAdaptor, attrStart, attrEnd, _textPeer); 1798range = new TextRangeAdaptor(_textAdaptor, findResult.Start, findResult.End, _textPeer); 1839Rect[] rects = _textAdaptor.GetBoundingRectangles(_start, _end, true, true); 2062if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None) 2069_textAdaptor.Select(_start, _end); 2101_textAdaptor.ScrollIntoView(_start, _end, alignToTop);