5 references to Component
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
1237if (e.Component == this)
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
2229ActivityDesigner designer = ActivityDesigner.GetDesigner(e.Component as Activity);
AuthoringOM\Design\DocumentOutline.cs (2)
391if (e.Component is Activity) 394WorkflowOutlineNode node = this.activityToNodeMapping[e.Component] as WorkflowOutlineNode;
AuthoringOM\Design\ReferenceService.cs (1)
189if (object.ReferenceEquals(reference.SitedComponent, cevent.Component))