4 references to SupportsLayoutPersistence
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (1)
2420return SupportsLayoutPersistence;
AuthoringOM\Design\XomlDesignerLoader.cs (3)
305if (rootDesigner.SupportsLayoutPersistence) 350if (rootDesigner.SupportsLayoutPersistence) 486if (String.IsNullOrEmpty(layoutFileName) || rootDesigner == null || !rootDesigner.SupportsLayoutPersistence)