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);
370
MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(
_textEditor
.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
378
MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(
_textEditor
.TextView, scrollRectangle);
386
ScrollViewer scroller =
_textEditor
._Scroller as ScrollViewer;
392
GeneralTransform transform =
_textEditor
.TextView.RenderScope.TransformToAncestor(scroller);
440
if (!
_textEditor
.Selection.MovingPosition.HasValidLayout &&
_textEditor
.TextView != null &&
_textEditor
.TextView.IsValid)
456
if (!
_textEditor
.Selection.IsEmpty)
460
List<TextSegment> textSegments =
_textEditor
.Selection.TextSegments;
465
Geometry geometry =
_textEditor
.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End);
830
return GetOwnerElement(
_textEditor
.UiScope);
860
AdornerLayer layer = AdornerLayer.GetAdornerLayer(
_textEditor
.TextView.RenderScope);