2 writes to Category
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
263attributeGroup.Category = (LocalizationCategory)enumValue; 406Category = (LocalizationCategory)InvalidValue;
2 references to Category
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
430if (((int)Category) != InvalidValue) 432category = Category;