2 writes to category
System (2)
compmod\system\componentmodel\DesignerCategoryAttribute.cs (2)
63category = string.Empty; 73this.category = category;
5 references to category
System (5)
compmod\system\componentmodel\DesignerCategoryAttribute.cs (5)
83return category; 119return (other != null) && other.category == category; 126return category.GetHashCode(); 136return category.Equals(Default.Category);