1 write to _textEditor
PresentationFramework (1)
System\windows\Documents\CaretElement.cs (1)
51_textEditor = textEditor;
13 references to _textEditor
PresentationFramework (13)
System\windows\Documents\CaretElement.cs (13)
190((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None); 371MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height)); 379MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle); 387ScrollViewer scroller = _textEditor._Scroller as ScrollViewer; 393GeneralTransform transform = _textEditor.TextView.RenderScope.TransformToAncestor(scroller); 441if (!_textEditor.Selection.MovingPosition.HasValidLayout && _textEditor.TextView != null && _textEditor.TextView.IsValid) 457if (!_textEditor.Selection.IsEmpty) 461List<TextSegment> textSegments = _textEditor.Selection.TextSegments; 466Geometry geometry = _textEditor.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End); 829return GetOwnerElement(_textEditor.UiScope); 859AdornerLayer layer = AdornerLayer.GetAdornerLayer(_textEditor.TextView.RenderScope);