6 references to TextView
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
141
if (this.
TextView
.IsValid)
144
ITextPointer cursorPosition = this.
TextView
.GetTextPositionFromPoint(mouseDownPoint, /*snapToText:*/true);
427
Rect caretRectangle = this.
TextView
.GetRectangleFromTextPosition(dragPosition);
465
ITextPointer dropPosition = this.
TextView
.GetTextPositionFromPoint(point, /*snapToText:*/true);
475
TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(this.
TextView
, dropPosition);
507
AdornerLayer layer = AdornerLayer.GetAdornerLayer(
TextView
.RenderScope);