2 writes to Category
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
271attributeGroup.Category = (LocalizationCategory)enumValue; 414Category = (LocalizationCategory)InvalidValue;
2 references to Category
PresentationFramework (2)
MS\Internal\Globalization\LocalizationComments.cs (2)
438if (((int)Category) != InvalidValue) 440category = Category;