3 references to OneWay
System (2)
compmod\system\componentmodel\BindableAttribute.cs (2)
55
public BindableAttribute(bool bindable) : this(bindable, BindingDirection.
OneWay
) {
73
public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.
OneWay
) {
System.Web (1)
UI\TemplateBuilder.cs (1)
57
public TemplateContainerAttribute(Type containerType) : this(containerType, BindingDirection.
OneWay
) {