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