1 write to _target
PresentationCore (1)
System\Windows\DragEventArgs.cs (1)
61
this.
_target
= target;
2 references to _target
PresentationCore (2)
System\Windows\DragEventArgs.cs (2)
87
if (
_target
!= null)
90
dropPoint = InputElement.TranslatePoint(_dropPoint,
_target
, (DependencyObject)relativeTo);