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