2 writes to categoryValue
System (2)
compmod\system\componentmodel\CategoryAttribute.cs (2)
226this.categoryValue = category; 240categoryValue = localizedValue;
2 references to categoryValue
System (2)
compmod\system\componentmodel\CategoryAttribute.cs (2)
238string localizedValue = GetLocalizedString(categoryValue); 243return categoryValue;