1 write to _textAdaptor
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
464_textAdaptor = textAdaptor;
13 references to _textAdaptor
PresentationFramework (13)
System\Windows\Controls\TextRangeAdaptor.cs (13)
596textView = _textAdaptor.GetUpdatedTextView(); 665textView = _textAdaptor.GetUpdatedTextView(); 782textView = _textAdaptor.GetUpdatedTextView(); 905textView = _textAdaptor.GetUpdatedTextView(); 1084textView = _textAdaptor.GetUpdatedTextView(); 1128textView = _textAdaptor.GetUpdatedTextView(); 1579return new TextRangeAdaptor(_textAdaptor, _start, _end, _textPeer); 1734resultRange = new TextRangeAdaptor(_textAdaptor, attrStart, attrEnd, _textPeer); 1775range = new TextRangeAdaptor(_textAdaptor, findResult.Start, findResult.End, _textPeer); 1816Rect[] rects = _textAdaptor.GetBoundingRectangles(_start, _end, true, true); 2035if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None) 2042_textAdaptor.Select(_start, _end); 2074_textAdaptor.ScrollIntoView(_start, _end, alignToTop);