4 references to DraggedControl
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (2)
265ISupportToolStripPanel draggedControl = DraggedControl; 305if (DraggedControl.IsCurrentlyDragging)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.cs (2)
130if (cell is not null && cell.DraggedControl is not null) 132if (cell.DraggedControl.Stretch)