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