1 write to _textEditor
PresentationFramework (1)
System\windows\Documents\CaretElement.cs (1)
47_textEditor = textEditor;
13 references to _textEditor
PresentationFramework (13)
System\windows\Documents\CaretElement.cs (13)
188((TextSelection)_textEditor.Selection).UpdateCaretState(CaretScrollMethod.None); 369MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height)); 377MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(_textEditor.TextView, scrollRectangle); 385ScrollViewer scroller = _textEditor._Scroller as ScrollViewer; 391GeneralTransform transform = _textEditor.TextView.RenderScope.TransformToAncestor(scroller); 439if (!_textEditor.Selection.MovingPosition.HasValidLayout && _textEditor.TextView != null && _textEditor.TextView.IsValid) 455if (!_textEditor.Selection.IsEmpty) 459List<TextSegment> textSegments = _textEditor.Selection.TextSegments; 464Geometry geometry = _textEditor.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End); 829return GetOwnerElement(_textEditor.UiScope); 859AdornerLayer layer = AdornerLayer.GetAdornerLayer(_textEditor.TextView.RenderScope);