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);
371
MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(
_textEditor
.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
379
MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(
_textEditor
.TextView, scrollRectangle);
387
ScrollViewer scroller =
_textEditor
._Scroller as ScrollViewer;
393
GeneralTransform transform =
_textEditor
.TextView.RenderScope.TransformToAncestor(scroller);
441
if (!
_textEditor
.Selection.MovingPosition.HasValidLayout &&
_textEditor
.TextView != null &&
_textEditor
.TextView.IsValid)
457
if (!
_textEditor
.Selection.IsEmpty)
461
List<TextSegment> textSegments =
_textEditor
.Selection.TextSegments;
466
Geometry geometry =
_textEditor
.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End);
829
return GetOwnerElement(
_textEditor
.UiScope);
859
AdornerLayer layer = AdornerLayer.GetAdornerLayer(
_textEditor
.TextView.RenderScope);