2 writes to workflowView
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesigner.cs (2)
1154this.workflowView = null; 2386this.workflowView = CreateView(technology);
4 references to workflowView
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (4)
1151if (this.workflowView != null) 1153this.workflowView.Dispose(); 2385if (this.workflowView == null && surface != null && designerHost != null && designerHost.RootComponent == Activity) 2387return this.workflowView;