7 references to Control
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanel.cs (4)
530this.Join(e.Control as ToolStrip, e.Control.Location); 540ISupportToolStripPanel controlToBeDragged = e.Control as ISupportToolStripPanel; 544controlToBeDragged.ToolStripPanelRow.ControlsInternal.Remove(e.Control);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
1451if (e.Control != VScrollBar && e.Control != HScrollBar && e.Control != this.toolContainer)