3 writes to Expression
System.Web.Mobile (3)
UI\MobileControls\Design\ListDesigner.cs (1)
152binding.Expression = value;
UI\MobileControls\Design\ObjectListDesigner.cs (1)
298binding.Expression = value;
UI\MobileControls\Design\SelectionListDesigner.cs (1)
133binding.Expression = value;
12 references to Expression
System.Web.Mobile (12)
UI\MobileControls\Design\Converters\DataFieldConverter.cs (1)
172binding.Expression,
UI\MobileControls\Design\ListDesigner.cs (3)
132return binding.Expression; 384selectedDataSource = DesignTimeData.GetSelectedDataSource(_list, binding.Expression, DataMember); 411selectedDataSource = DesignTimeData.GetSelectedDataSource(_list, binding.Expression);
UI\MobileControls\Design\MobileControlPersister.cs (2)
309sw.Write(HttpUtility.HtmlEncode(db.Expression)); 973sw.Write(textBinding.Expression);
UI\MobileControls\Design\ObjectListDesigner.cs (3)
275return binding.Expression; 393selectedDataSource = DesignTimeData.GetSelectedDataSource(_objectList, binding.Expression, DataMember); 420selectedDataSource = DesignTimeData.GetSelectedDataSource(_objectList, binding.Expression);
UI\MobileControls\Design\SelectionListDesigner.cs (3)
113return binding.Expression; 334binding.Expression, 363DesignTimeData.GetSelectedDataSource(_selectionList, binding.Expression);