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