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