1 write to _lastDropTarget
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
721_lastDropTarget = _data.Target;
3 references to _lastDropTarget
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (3)
641if (!_data.Target.Equals(_lastDropTarget)) 664if ((_lastDropTarget is null) || (newDestHost != _destHost)) 690if (_lastDropTarget is not null)