6 references to TextView
PresentationFramework (6)
System\windows\Documents\TextEditorDragDrop.cs (6)
123
if (this.
TextView
.IsValid)
126
ITextPointer cursorPosition = this.
TextView
.GetTextPositionFromPoint(mouseDownPoint, /*snapToText:*/true);
409
Rect caretRectangle = this.
TextView
.GetRectangleFromTextPosition(dragPosition);
447
ITextPointer dropPosition = this.
TextView
.GetTextPositionFromPoint(point, /*snapToText:*/true);
457
TextSegment lineRange = TextEditorSelection.GetNormalizedLineRange(this.
TextView
, dropPosition);
489
AdornerLayer layer = AdornerLayer.GetAdornerLayer(
TextView
.RenderScope);