2 references to OneWay
System.ComponentModel.TypeConverter (2)
System\ComponentModel\BindableAttribute.cs (2)
38
public BindableAttribute(bool bindable) : this(bindable, BindingDirection.
OneWay
)
54
public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.
OneWay
)