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