2 writes to listBindable
System (2)
compmod\system\componentmodel\ListBindableAttribute.cs (2)
42this.listBindable = listBindable; 49this.listBindable = (flags != BindableSupport.No);
2 references to listBindable
System (2)
compmod\system\componentmodel\ListBindableAttribute.cs (2)
58return listBindable; 71return other != null && other.ListBindable == listBindable;