6 references to GetCustomAttributes
System.Workflow.ComponentModel (6)
AuthoringOM\ComponentFactoryHelpers.cs (6)
58GetCustomAttributes(objectType, typeof(ActivityCodeGeneratorAttribute), true);
59GetCustomAttributes(objectType, typeof(ActivityValidatorAttribute), true);
60GetCustomAttributes(objectType, typeof(System.ComponentModel.DesignerAttribute), true);
61GetCustomAttributes(objectType, typeof(System.ComponentModel.Design.Serialization.DesignerSerializerAttribute), true);
84customAttributes.AddRange(ComponentDispenser.GetCustomAttributes(interfaceType, componentTypeAttribute, true));
87customAttributes.AddRange(ComponentDispenser.GetCustomAttributes(objectType, componentTypeAttribute, true));