1 implementation of SupportsLayoutPersistence
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityDesigner.cs (1)
2416bool IWorkflowRootDesigner.SupportsLayoutPersistence
2 references to SupportsLayoutPersistence
System.Workflow.ComponentModel (2)
AuthoringOM\Design\XomlDesignerLoader.cs (2)
454if (rootDesigner == null || !rootDesigner.SupportsLayoutPersistence) 469if (rootDesigner == null || !rootDesigner.SupportsLayoutPersistence || !File.Exists(layoutFileName))