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