4 references to DraggedControl
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (2)
236ISupportToolStripPanel draggedControl = DraggedControl; 266if (DraggedControl.IsCurrentlyDragging) {
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (2)
153if (cell != null && cell.DraggedControl != null) { 154if (cell.DraggedControl.Stretch) {