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