10 references to AddCustomAttributes
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\TargetFrameworkPropertyFilter.cs (10)
28builder.AddCustomAttributes(typeof(ActivityBuilder), "ImplementationVersion", BrowsableAttribute.No); 29builder.AddCustomAttributes(typeof(ActivityBuilder<>), "ImplementationVersion", BrowsableAttribute.No); 30builder.AddCustomAttributes(typeof(DynamicActivity), "ImplementationVersion", BrowsableAttribute.No); 31builder.AddCustomAttributes(typeof(DynamicActivity<>), "ImplementationVersion", BrowsableAttribute.No); 32builder.AddCustomAttributes(typeof(Flowchart), "ValidateUnconnectedNodes", BrowsableAttribute.No); 33builder.AddCustomAttributes(typeof(FlowDecision), "DisplayName", BrowsableAttribute.No); 34builder.AddCustomAttributes(typeof(FlowSwitch<>), "DisplayName", BrowsableAttribute.No); 37builder.AddCustomAttributes(typeof(WorkflowService), "DefinitionIdentity", BrowsableAttribute.No); 38builder.AddCustomAttributes(typeof(WorkflowService), "ImplementedContracts", BrowsableAttribute.No); 39builder.AddCustomAttributes(typeof(Send), "SecurityTokenHandle", BrowsableAttribute.No);