7 writes to lastDropTarget
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (7)
101
lastDropTarget
= owner.ItemReorderDropTarget;
111
lastDropTarget
= ((IDropTarget)item);
116
lastDropTarget
= ((IDropTarget)owner);
130
lastDropTarget
= null;
213
lastDropTarget
= null;
232
lastDropTarget
= null;
312
lastDropTarget
= newTarget;
11 references to lastDropTarget
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (11)
134
if (
lastDropTarget
!= null) {
139
lastDropTarget
.OnDragEnter(e);
180
if (newDropTarget !=
lastDropTarget
) {
186
if (
lastDropTarget
!= null) {
188
lastDropTarget
.OnDragOver(e);
200
if (
lastDropTarget
!= null) {
205
lastDropTarget
.OnDragLeave(e);
223
if (
lastDropTarget
!= null) {
226
lastDropTarget
.OnDragDrop(e);
306
if (newTarget !=
lastDropTarget
) {
309
if (
lastDropTarget
!= null) {