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