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