2 writes to customActivityDesignerAdapter
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
77
this.
customActivityDesignerAdapter
= new CustomActivityDesignerAdapter(LoaderHost);
91
this.
customActivityDesignerAdapter
= null;
2 references to customActivityDesignerAdapter
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
88
if (this.
customActivityDesignerAdapter
!= null)
90
((IDisposable)this.
customActivityDesignerAdapter
).Dispose();