1 implementation of TextView
PresentationFramework (1)
System\windows\Documents\TextSelection.cs (1)
2614
ITextView ITextSelection.
TextView
8 references to TextView
PresentationFramework (8)
System\windows\Documents\CaretElement.cs (2)
465
Geometry geometry = _textEditor.Selection.
TextView
.GetTightBoundingGeometryFromTextPositions(segment.Start, segment.End);
782
return ((ITextSelection)TextEditor._ThreadLocalStore.FocusedTextSelection).
TextView
.RenderScope as FrameworkElement; // TextBlock / TextFlow
System\windows\Documents\TextSelection.cs (6)
2197
Rect caretRectangle = currentTextSelection.
TextView
.GetRawRectangleFromTextPosition(caretPosition, out caretTransform);
2261
caretRectangle = focusedTextSelection.
TextView
.GetRectangleFromTextPosition(nextCharacterPosition);
2267
nextCharacterRectangle = focusedTextSelection.
TextView
.GetRectangleFromTextPosition(nextCharacterPosition);
2275
caretRectangle = focusedTextSelection.
TextView
.GetRectangleFromTextPosition(nextCharacterPosition);
2281
nextCharacterRectangle = focusedTextSelection.
TextView
.GetRectangleFromTextPosition(nextCharacterPosition);
2626
return ((ITextSelection)this).
TextView
;