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