3 writes to defaultLayout
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowView.cs (3)
285
this.
defaultLayout
= null;
727
this.
defaultLayout
= new WorkflowRootLayout(this);
742
this.
defaultLayout
= value;
8 references to defaultLayout
System.Workflow.ComponentModel (8)
AuthoringOM\Design\WorkflowView.cs (8)
196
if (this.activeLayout == null || this.
defaultLayout
== null)
282
if (this.
defaultLayout
!= null)
284
this.
defaultLayout
.Dispose();
726
if (this.
defaultLayout
== null)
728
return this.
defaultLayout
;
736
if (this.
defaultLayout
== value)
739
if (this.
defaultLayout
!= null)
740
this.
defaultLayout
.Dispose();