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