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