6 references to TextView
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
124
if (this.
TextView
.IsValid)
127
ITextPointer cursorPosition = this.
TextView
.GetTextPositionFromPoint(mouseDownPoint, /*snapToText:*/true);
410
Rect caretRectangle = this.
TextView
.GetRectangleFromTextPosition(dragPosition);
448
ITextPointer dropPosition = this.
TextView
.GetTextPositionFromPoint(point, /*snapToText:*/true);
458
TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(this.
TextView
, dropPosition);
490
AdornerLayer layer = AdornerLayer.GetAdornerLayer(
TextView
.RenderScope);