21 references to DragDropDebug
System.Windows.Forms (21)
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (21)
56Debug.WriteLineIf(DragDropDebug.TraceVerbose, "Ensuring drop target registered"); 66Debug.WriteLineIf(DragDropDebug.TraceVerbose, "Attempting to unregister droptarget"); 69Debug.WriteLineIf(DragDropDebug.TraceVerbose, "An item still has allowdrop set to true - cant unregister"); 74Debug.WriteLineIf(DragDropDebug.TraceVerbose, "The ToolStrip has AllowDrop or AllowItemReorder set to true - cant unregister"); 95 Debug.WriteLineIf(DragDropDebug.TraceVerbose, "[DRAG ENTER] =============="); 100 Debug.WriteLineIf(DragDropDebug.TraceVerbose, "ItemReorderTarget taking this..."); 109Debug.WriteLineIf(DragDropDebug.TraceVerbose, "ToolStripItem taking this: " + item.ToString()); 115Debug.WriteLineIf(DragDropDebug.TraceVerbose, "ToolStrip taking this because AllowDrop set to true."); 128Debug.WriteLineIf(DragDropDebug.TraceVerbose, "No one wanted it."); 135Debug.WriteLineIf(DragDropDebug.TraceVerbose, "Calling OnDragEnter on target..."); 149 Debug.WriteLineIf(DragDropDebug.TraceVerbose, "[DRAG OVER] =============="); 156 Debug.WriteLineIf(DragDropDebug.TraceVerbose, "ItemReorderTarget taking this..."); 164Debug.WriteLineIf(DragDropDebug.TraceVerbose, "ToolStripItem taking this: " + item.ToString()); 169Debug.WriteLineIf(DragDropDebug.TraceVerbose, "ToolStrip taking this because AllowDrop set to true."); 173 Debug.WriteLineIf(DragDropDebug.TraceVerbose, "No one wanted it."); 181Debug.WriteLineIf(DragDropDebug.TraceVerbose, "NEW DROP TARGET!"); 187Debug.WriteLineIf(DragDropDebug.TraceVerbose, "Calling OnDragOver on target..."); 198Debug.WriteLineIf(DragDropDebug.TraceVerbose, "[DRAG LEAVE] =============="); 201Debug.WriteLineIf(DragDropDebug.TraceVerbose, "Calling OnDragLeave on current target..."); 221Debug.WriteLineIf(DragDropDebug.TraceVerbose, "[DRAG DROP] =============="); 224Debug.WriteLineIf(DragDropDebug.TraceVerbose, "Calling OnDragDrop on current target...");