1 write to _textAdaptor
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
463_textAdaptor = textAdaptor;
13 references to _textAdaptor
PresentationFramework (13)
System\Windows\Controls\TextRangeAdaptor.cs (13)
595textView = _textAdaptor.GetUpdatedTextView(); 664textView = _textAdaptor.GetUpdatedTextView(); 781textView = _textAdaptor.GetUpdatedTextView(); 904textView = _textAdaptor.GetUpdatedTextView(); 1083textView = _textAdaptor.GetUpdatedTextView(); 1127textView = _textAdaptor.GetUpdatedTextView(); 1578return new TextRangeAdaptor(_textAdaptor, _start, _end, _textPeer); 1733resultRange = new TextRangeAdaptor(_textAdaptor, attrStart, attrEnd, _textPeer); 1774range = new TextRangeAdaptor(_textAdaptor, findResult.Start, findResult.End, _textPeer); 1815Rect[] rects = _textAdaptor.GetBoundingRectangles(_start, _end, true, true); 2034if (((ITextProvider)_textAdaptor).SupportedTextSelection == SupportedTextSelection.None) 2041_textAdaptor.Select(_start, _end); 2073_textAdaptor.ScrollIntoView(_start, _end, alignToTop);