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