1 write to _textAdaptor
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
466_textAdaptor = textAdaptor;
13 references to _textAdaptor
PresentationFramework (13)
System\Windows\Controls\TextRangeAdaptor.cs (13)
598textView = _textAdaptor.GetUpdatedTextView(); 667textView = _textAdaptor.GetUpdatedTextView(); 784textView = _textAdaptor.GetUpdatedTextView(); 907textView = _textAdaptor.GetUpdatedTextView(); 1086textView = _textAdaptor.GetUpdatedTextView(); 1130textView = _textAdaptor.GetUpdatedTextView(); 1581return new TextRangeAdaptor(_textAdaptor, _start, _end, _textPeer); 1736resultRange = new TextRangeAdaptor(_textAdaptor, attrStart, attrEnd, _textPeer); 1777range = new TextRangeAdaptor(_textAdaptor, findResult.Start, findResult.End, _textPeer); 1818Rect[] rects = _textAdaptor.GetBoundingRectangles(_start, _end, true, true); 2037if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None) 2044_textAdaptor.Select(_start, _end); 2076_textAdaptor.ScrollIntoView(_start, _end, alignToTop);