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