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