3 references to AttributeType
PresentationBuildTasks (1)
Framework\System\Windows\Markup\ParserContext.cs (1)
891Type attributeType = attributeData.AttributeType;
PresentationFramework (1)
src\Framework\System\Windows\Markup\ParserContext.cs (1)
891Type attributeType = attributeData.AttributeType;
System.Web (1)
Compilation\TemplateControlCodeDomTreeGenerator.cs (1)
308var customAttrExpr = new CodeAttributeDeclaration(new CodeTypeReference(attr.AttributeType), attrArgs.ToArray());