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