9 references to GetPosition
PresentationFramework (9)
System\windows\Documents\TextEditorDragDrop.cs (9)
341
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
366
Point pointScroller = e.
GetPosition
((IInputElement)scroller);
405
ITextPointer dragPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
528
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
535
ITextPointer dropPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
792
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
839
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
874
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
899
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))