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