9 references to BindableSupport
netstandard (1)
netstandard.cs (1)
186
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
BindableSupport
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
172
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
BindableSupport
))]
System.ComponentModel.TypeConverter (7)
System\ComponentModel\BindableAttribute.cs (4)
54
public BindableAttribute(
BindableSupport
flags) : this(flags, BindingDirection.OneWay)
61
public BindableAttribute(
BindableSupport
flags, BindingDirection direction)
63
Bindable = (flags !=
BindableSupport
.No);
64
_isDefault = (flags ==
BindableSupport
.Default);
System\ComponentModel\ListBindableAttribute.cs (3)
24
public ListBindableAttribute(
BindableSupport
flags)
26
ListBindable = (flags !=
BindableSupport
.No);
27
_isDefault = (flags ==
BindableSupport
.Default);