1 write to name
System (1)
compmod\system\componentmodel\DefaultPropertyAttribute.cs (1)
31this.name = name;
2 references to name
System (2)
compmod\system\componentmodel\DefaultPropertyAttribute.cs (2)
42return name; 56return (other != null) && other.Name == name;