4 references to AddCustomAttributes
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignerMetadata.cs (4)
49builder.AddCustomAttributes(typeof(ActivityBuilder), mi, new BrowsableAttribute(false)); 56builder.AddCustomAttributes(typeof(ActivityBuilder<>), mi, new BrowsableAttribute(false)); 93builder.AddCustomAttributes(type, type.GetProperty("Implementation"), new ShowPropertyInOutlineViewAttribute() { CurrentPropertyVisible = false }); 96builder.AddCustomAttributes(type, type.GetProperty("Body"), new ShowPropertyInOutlineViewAttribute() { CurrentPropertyVisible = false });