2 references to GetDropPosition
PresentationFramework (2)
System\windows\Documents\TextEditorDragDrop.cs (2)
405
ITextPointer dragPosition =
GetDropPosition
(_textEditor.TextView.RenderScope as Visual, e.GetPosition(_textEditor.TextView.RenderScope));
535
ITextPointer dropPosition =
GetDropPosition
(_textEditor.TextView.RenderScope as Visual, e.GetPosition(_textEditor.TextView.RenderScope));