2 writes to ListBindable
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ListBindableAttribute.cs (2)
21
ListBindable
= listBindable;
26
ListBindable
= (flags != BindableSupport.No);
4 references to ListBindable
System.ComponentModel.TypeConverter (2)
System\ComponentModel\ListBindableAttribute.cs (2)
39
return obj is ListBindableAttribute other && other.
ListBindable
==
ListBindable
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
1488
if (listBindable is not null && !listBindable.
ListBindable
)
1513
if (listBindable is not null && !listBindable.
ListBindable
)