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