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