1 write to _textEditor
PresentationFramework (1)
System\windows\Documents\CaretElement.cs (1)
48_textEditor = textEditor;
13 references to _textEditor
PresentationFramework (13)
System\windows\Documents\CaretElement.cs (13)
189((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None); 370MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height)); 378MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle); 386ScrollViewer scroller = _textEditor._Scroller as ScrollViewer; 392GeneralTransform transform = _textEditor.TextView.RenderScope.TransformToAncestor(scroller); 440if (!_textEditor.Selection.MovingPosition.HasValidLayout && _textEditor.TextView != null && _textEditor.TextView.IsValid) 456if (!_textEditor.Selection.IsEmpty) 460List<TextSegment> textSegments = _textEditor.Selection.TextSegments; 465Geometry geometry = _textEditor.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End); 830return GetOwnerElement(_textEditor.UiScope); 860AdornerLayer layer = AdornerLayer.GetAdornerLayer(_textEditor.TextView.RenderScope);