3 references to NoPersistScopeDesigner
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
96NoPersistScopeDesigner.RegisterMetadata(builder);
System\Activities\Core\Presentation\NoPersistScopeDesigner.xaml.cs (2)
24builder.AddCustomAttributes(type, new DesignerAttribute(typeof(NoPersistScopeDesigner))); 25builder.AddCustomAttributes(type, type.GetProperty(NoPersistScopeDesigner.BodyPropertyName), BrowsableAttribute.No);