1 write to workflowOutline
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
162
this.
workflowOutline
= new ActivityBindFormWorkflowOutline(this.serviceProvider, this);
11 references to workflowOutline
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (11)
165
this.dummyPanel.Controls.Add(this.
workflowOutline
);
166
this.
workflowOutline
.Location = new Point(3, 3);
167
this.
workflowOutline
.Size = new Size(199, 351);
168
this.
workflowOutline
.Dock = DockStyle.Fill;
171
this.
workflowOutline
.AddMemberKindImages(this.memberTypes);
174
this.
workflowOutline
.ReloadWorkflowOutline();
177
this.
workflowOutline
.ExpandRootNode();
194
this.
workflowOutline
.SelectActivity(previousBindActivity, ParseStringPath(GetActivityType(previousBindActivity), previousBinding.Path));
231
Activity activity = this.
workflowOutline
.SelectedActivity;
232
PathInfo member = this.
workflowOutline
.SelectedMember;
233
string propertyPath = this.
workflowOutline
.PropertyPath; //the path on the PathInfo will be incorrect if user had changed indexes