2 writes to name
System (2)
compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs (2)
29
this.
name
= null;
39
this.
name
= name;
2 references to name
System (2)
compmod\system\componentmodel\DefaultBindingPropertyAttribute.cs (2)
50
return
name
;
64
return other != null && other.Name ==
name
;