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