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