5 references to Bindable
System (1)
compmod\system\componentmodel\BindableAttribute.cs (1)
55public BindableAttribute(bool bindable) : this(bindable, BindingDirection.OneWay) {
System.Web (4)
UI\WebControls\Calendar.cs (1)
400Bindable(true, BindingDirection.TwoWay),
UI\WebControls\CheckBox.cs (1)
90Bindable(true, BindingDirection.TwoWay),
UI\WebControls\ListControl.cs (1)
375Bindable(true, BindingDirection.TwoWay),
UI\WebControls\TextBox.cs (1)
297Bindable(true, BindingDirection.TwoWay),