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