1 write to _lastDropTarget
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
715_lastDropTarget = _data.Target;
3 references to _lastDropTarget
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (3)
635if (!_data.Target.Equals(_lastDropTarget)) 658if ((_lastDropTarget is null) || (newDestHost != _destHost)) 684if (_lastDropTarget is not null)