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