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