1 write to _target
PresentationCore (1)
Core\CSharp\System\Windows\DragEventArgs.cs (1)
77
this.
_target
= target;
2 references to _target
PresentationCore (2)
Core\CSharp\System\Windows\DragEventArgs.cs (2)
106
if (
_target
!= null)
109
dropPoint = InputElement.TranslatePoint(_dropPoint,
_target
, (DependencyObject)relativeTo);