7 references to BindableSupport
System (7)
compmod\system\componentmodel\BindableAttribute.cs (4)
73
public BindableAttribute(
BindableSupport
flags) : this(flags, BindingDirection.OneWay) {
81
public BindableAttribute(
BindableSupport
flags, BindingDirection direction) {
82
this.bindable = (flags !=
BindableSupport
.No);
83
this.isDefault = (flags ==
BindableSupport
.Default);
compmod\system\componentmodel\ListBindableAttribute.cs (3)
48
public ListBindableAttribute(
BindableSupport
flags) {
49
this.listBindable = (flags !=
BindableSupport
.No);
50
this.isDefault = (flags ==
BindableSupport
.Default);