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