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