1 write to _textEditor
PresentationFramework (1)
src\Framework\System\windows\Documents\CaretElement.cs (1)
57
_textEditor
= textEditor;
13 references to _textEditor
PresentationFramework (13)
src\Framework\System\windows\Documents\CaretElement.cs (13)
196
((TextSelection)
_textEditor
.Selection).UpdateCaretState(CaretScrollMethod.None);
377
MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(
_textEditor
.TextView, new Rect(scrollToOriginPosition, scrollRectangle.Y, scrollRectangle.Width, scrollRectangle.Height));
385
MS.Internal.Documents.TextViewBase.BringRectIntoViewMinimally(
_textEditor
.TextView, scrollRectangle);
393
ScrollViewer scroller =
_textEditor
._Scroller as ScrollViewer;
399
GeneralTransform transform =
_textEditor
.TextView.RenderScope.TransformToAncestor(scroller);
448
if (!
_textEditor
.Selection.MovingPosition.HasValidLayout &&
_textEditor
.TextView != null &&
_textEditor
.TextView.IsValid)
464
if (!
_textEditor
.Selection.IsEmpty)
468
List<TextSegment> textSegments =
_textEditor
.Selection.TextSegments;
473
Geometry geometry =
_textEditor
.Selection.TextView.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End);
836
return GetOwnerElement(
_textEditor
.UiScope);
866
AdornerLayer layer = AdornerLayer.GetAdornerLayer(
_textEditor
.TextView.RenderScope);