9 references to GetPosition
PresentationFramework (9)
System\windows\Documents\TextEditorDragDrop.cs (9)
358
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
383
Point pointScroller = e.
GetPosition
((IInputElement)scroller);
422
ITextPointer dragPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
545
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
552
ITextPointer dropPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
809
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
856
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
891
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
916
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))