1 write to Category
Microsoft.Build.Framework (1)
XamlTypes\BaseProperty.cs (1)
61Category = "General";
5 references to Category
Microsoft.Build.Framework (5)
XamlTypes\BaseProperty.cs (2)
189/// property of a <see cref="Category"/> element defined in 190/// the containing <see cref="Rule"/>, a default <see cref="Category"/> with this name
XamlTypes\Rule.cs (3)
598if (!_categoryNamePropertyListMap.Contains(property.Category)) 601category.Name = property.Category; 607List<BaseProperty> propertiesInTheSameCategory = _categoryNamePropertyListMap[property.Category] as List<BaseProperty>;