7 writes to _lastDropTarget
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (7)
66_lastDropTarget = _owner.ItemReorderDropTarget; 75_lastDropTarget = item; 80_lastDropTarget = _owner; 92_lastDropTarget = null; 141_lastDropTarget = null; 155_lastDropTarget = null; 209_lastDropTarget = newTarget;
8 references to _lastDropTarget
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (8)
96_lastDropTarget?.OnDragEnter(e); 130if (newDropTarget != _lastDropTarget) 135_lastDropTarget?.OnDragOver(e); 140_lastDropTarget?.OnDragLeave(e); 146if (_lastDropTarget is not null) 148_lastDropTarget.OnDragDrop(e); 194if (newTarget != _lastDropTarget) 197if (_lastDropTarget is not null)