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