1 write to _textEditor
PresentationFramework (1)
System\windows\Documents\CaretElement.cs (1)
54_textEditor = textEditor;
13 references to _textEditor
PresentationFramework (13)
System\windows\Documents\CaretElement.cs (13)
193((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None); 374MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height)); 382MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle); 390ScrollViewer scroller = _textEditor._Scroller as ScrollViewer; 396GeneralTransform transform = _textEditor.TextView.RenderScope.TransformToAncestor(scroller); 444if (!_textEditor.Selection.MovingPosition.HasValidLayout && _textEditor.TextView != null && _textEditor.TextView.IsValid) 460if (!_textEditor.Selection.IsEmpty) 464List<TextSegment> textSegments = _textEditor.Selection.TextSegments; 469Geometry geometry = _textEditor.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End); 832return GetOwnerElement(_textEditor.UiScope); 862AdornerLayer layer = AdornerLayer.GetAdornerLayer(_textEditor.TextView.RenderScope);