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