1 write to _textEditor
PresentationFramework (1)
src\Framework\System\windows\Documents\CaretElement.cs (1)
57_textEditor = textEditor;
13 references to _textEditor
PresentationFramework (13)
src\Framework\System\windows\Documents\CaretElement.cs (13)
196((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None); 377MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height)); 385MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle); 393ScrollViewer scroller = _textEditor._Scroller as ScrollViewer; 399GeneralTransform transform = _textEditor.TextView.RenderScope.TransformToAncestor(scroller); 448if (!_textEditor.Selection.MovingPosition.HasValidLayout && _textEditor.TextView != null && _textEditor.TextView.IsValid) 464if (!_textEditor.Selection.IsEmpty) 468List<TextSegment> textSegments = _textEditor.Selection.TextSegments; 473Geometry geometry = _textEditor.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End); 836return GetOwnerElement(_textEditor.UiScope); 866AdornerLayer layer = AdornerLayer.GetAdornerLayer(_textEditor.TextView.RenderScope);