2 writes to _categoryValue
System.ComponentModel.Primitives (2)
System\ComponentModel\CategoryAttribute.cs (2)
108
_categoryValue
= category;
126
_categoryValue
= localizedValue;
2 references to _categoryValue
System.ComponentModel.Primitives (2)
System\ComponentModel\CategoryAttribute.cs (2)
123
string? localizedValue = GetLocalizedString(
_categoryValue
);
133
return
_categoryValue
;