12 references to AttributeType
System.Workflow.ComponentModel (9)
AuthoringOM\Compiler\TypeSystem\Helper.cs (4)
178if (attribInfo.AttributeInfo.AttributeType.FullName.Equals(attributeType.FullName)) 221if (attribute.AttributeInfo.AttributeType == attributeType) 247if (!(baseAttribute is AttributeInfoAttribute) || (!attributeTypes.Contains(((AttributeInfoAttribute)baseAttribute).AttributeInfo.AttributeType))) 264if ((attribute is AttributeInfoAttribute) && ((attribute as AttributeInfoAttribute).AttributeInfo.AttributeType == attributeType))
AuthoringOM\Design\CustomActivityDesigner.cs (5)
468if (attributeInfo.AttributeType == typeof(BrowsableAttribute) && attributeInfo.ArgumentValues.Count > 0) 472else if (attributeInfo.AttributeType == typeof(CategoryAttribute) && attributeInfo.ArgumentValues.Count > 0) 476else if (attributeInfo.AttributeType == typeof(DescriptionAttribute) && attributeInfo.ArgumentValues.Count > 0) 480else if (attributeInfo.AttributeType == typeof(DesignerSerializationVisibilityAttribute) && attributeInfo.ArgumentValues.Count > 0) 484else if (attributeInfo.AttributeType == typeof(EditorAttribute) && attributeInfo.ArgumentValues.Count > 1)
System.WorkflowServices (3)
System\Workflow\Activities\ServiceOperationHelpers.cs (2)
147if (typeof(ServiceContractAttribute).IsAssignableFrom(attribInfoAttrib.AttributeInfo.AttributeType)) 173if (typeof(OperationContractAttribute).IsAssignableFrom(attribInfoAttrib.AttributeInfo.AttributeType))
System\Workflow\Activities\ValidationHelper.cs (1)
1044if (typeof(ServiceContractAttribute).IsAssignableFrom(attribInfoAttrib.AttributeInfo.AttributeType))