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