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