2 writes to Category
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
262attributeGroup.Category = (LocalizationCategory)enumValue; 405Category = (LocalizationCategory)InvalidValue;
2 references to Category
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
429if (((int)Category) != InvalidValue) 431category = Category;