2 writes to _categoryValue
System.ComponentModel.Primitives (2)
System\ComponentModel\CategoryAttribute.cs (2)
165
_categoryValue
= category;
183
_categoryValue
= localizedValue;
2 references to _categoryValue
System.ComponentModel.Primitives (2)
System\ComponentModel\CategoryAttribute.cs (2)
180
string? localizedValue = GetLocalizedString(
_categoryValue
);
190
return
_categoryValue
;