7 writes to _lastDropTarget
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (7)
65_lastDropTarget = _owner.ItemReorderDropTarget; 74_lastDropTarget = item; 79_lastDropTarget = _owner; 91_lastDropTarget = null; 140_lastDropTarget = null; 154_lastDropTarget = null; 208_lastDropTarget = newTarget;
8 references to _lastDropTarget
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropTargetManager.cs (8)
95_lastDropTarget?.OnDragEnter(e); 129if (newDropTarget != _lastDropTarget) 134_lastDropTarget?.OnDragOver(e); 139_lastDropTarget?.OnDragLeave(e); 145if (_lastDropTarget is not null) 147_lastDropTarget.OnDragDrop(e); 193if (newTarget != _lastDropTarget) 196if (_lastDropTarget is not null)