9 references to GetPosition
PresentationFramework (9)
System\windows\Documents\TextEditorDragDrop.cs (9)
340
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
365
Point pointScroller = e.
GetPosition
((IInputElement)scroller);
404
ITextPointer dragPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
527
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
534
ITextPointer dropPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
791
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
838
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
873
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
898
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))