1 instantiation of ActivityBindForm
System.Workflow.ComponentModel (1)
AuthoringOM\Design\UITypeEditors.cs (1)
132using (ActivityBindForm bindDialog = new ActivityBindForm(this.serviceProvider, context))
6 references to ActivityBindForm
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (4)
67System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActivityBindForm)); 443DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(ActivityBindForm).FullName + ".UI"); 940private ActivityBindForm parent = null; 944public ActivityBindFormWorkflowOutline(IServiceProvider serviceProvider, ActivityBindForm parent)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
32System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ActivityBindForm));
AuthoringOM\Design\UITypeEditors.cs (1)
132using (ActivityBindForm bindDialog = new ActivityBindForm(this.serviceProvider, context))