4 references to Attributes
XamlBuildTask (4)
Microsoft\Build\Tasks\Xaml\ClassGenerator.cs (3)
946if (property.Attributes != null && property.Attributes.Count > 0) 948CodeAttributeDeclarationCollection attributeCollection = GetAttributeDeclarations(property.Attributes, classData);
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
469property.Attributes.Add(attribute);