2 writes to surface
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
929this.surface = new PreviewDesignSurface(this.parent.serviceProvider); 970this.surface = null;
12 references to surface
System.Workflow.ComponentModel (12)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (12)
931this.surface.BeginLoad(loader); 934IDesignerHost host = this.surface.GetService(typeof(IDesignerHost)) as IDesignerHost; 940WorkflowDesignerLoader.AddActivityToDesigner(this.surface, rootDecl as Activity); 943ReadonlyWorkflow workflowView = new ReadonlyWorkflow(this.parent, this.surface as IServiceProvider); 955if (disposing && this.surface != null) 959WorkflowDesignerLoader.RemoveActivityFromDesigner(this.surface, host.RootComponent as Activity); 969this.surface.Dispose(); 979IDesignerHost host = this.surface.GetService(typeof(IDesignerHost)) as IDesignerHost; 995WorkflowDesignerLoader.RemoveActivityFromDesigner(this.surface, declToDelete); 1024WorkflowDesignerLoader.AddActivityToDesigner(this.surface, activity); 1061IDesignerHost host = this.surface.GetService(typeof(IDesignerHost)) as IDesignerHost; 1073WorkflowDesignerLoader.AddActivityToDesigner(this.surface, dummyActivity);