15 references to GetPosition
PresentationFramework (9)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (9)
370
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
395
Point pointScroller = e.
GetPosition
((IInputElement)scroller);
434
ITextPointer dragPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
557
if (!_textEditor.TextView.Validate(e.
GetPosition
(_textEditor.TextView.RenderScope)))
564
ITextPointer dropPosition = GetDropPosition(_textEditor.TextView.RenderScope as Visual, e.
GetPosition
(_textEditor.TextView.RenderScope));
837
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
884
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
919
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
945
if (!This.TextView.Validate(e.
GetPosition
(This.TextView.RenderScope)))
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
2333
Point location = e.
GetPosition
(sourceElement);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectAdorner.cs (1)
133
Point position = e.
GetPosition
(this.AdornedElement);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (2)
225
if (rect.Contains(e.
GetPosition
(this.panel)))
235
UIElement target = this.FindTarget(e.
GetPosition
(this.panel), draggedView, out direction) as UIElement;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorWithStartDot.xaml.cs (1)
56
HitTestResult result = VisualTreeHelper.HitTest(this, e.
GetPosition
(this));
System.Activities.Presentation\System\Activities\Presentation\View\AutoScrollHelper.cs (1)
38
AutoScroll(e.
GetPosition
(scrollViewer), scrollViewer, offsetPerScroll);