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