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