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