2 writes to containedDesignSurface
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowInlining.cs (2)
136
this.
containedDesignSurface
= null;
200
this.
containedDesignSurface
= new ContainedDesignSurface(Activity.Site, this);
10 references to containedDesignSurface
System.Workflow.ComponentModel (10)
AuthoringOM\Design\WorkflowInlining.cs (10)
133
if (this.
containedDesignSurface
!= null)
135
this.
containedDesignSurface
.Dispose();
155
if (this.
containedDesignSurface
!= null)
160
IDesignerHost designerHost = this.
containedDesignSurface
.GetService(typeof(IDesignerHost)) as IDesignerHost;
180
if (this.
containedDesignSurface
== null)
183
if (this.
containedDesignSurface
!= null)
185
IDesignerHost designerHost = this.
containedDesignSurface
.GetService(typeof(IDesignerHost)) as IDesignerHost;
201
if (this.
containedDesignSurface
.IsLoaded == false)
202
this.
containedDesignSurface
.BeginLoad(this.containedLoader);
203
return ActivityDesigner.GetSafeRootDesigner(this.
containedDesignSurface
.GetService(typeof(IDesignerHost)) as IServiceProvider) as IWorkflowRootDesigner;