5 references to DataBinding
System.Web (2)
UI\ControlBuilder.cs (1)
2302dataBindings.Add(new DataBinding(entry.Name, entry.Type, entry.Expression.Trim()));
UI\SkinBuilder.cs (1)
184dataBindings.Add(new DataBinding(entry.Name, entry.Type, entry.Expression.Trim()));
System.Web.Mobile (3)
UI\MobileControls\Design\ListDesigner.cs (1)
148binding = new DataBinding(_dataSourcePropertyName, typeof(IEnumerable), value);
UI\MobileControls\Design\ObjectListDesigner.cs (1)
291binding = new DataBinding(
UI\MobileControls\Design\SelectionListDesigner.cs (1)
129binding = new DataBinding(_dataSourcePropertyName, typeof(IEnumerable), value);