1 write to BackCommandText
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
227objectList.BackCommandText = _txtBackCommandText.Text;
10 references to BackCommandText
System.Web.Mobile (10)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (4)
423String backCommandText = Control.BackCommandText.Length == 0 ? 425Control.BackCommandText; 490String backCommandText = Control.BackCommandText.Length == 0 ? 492Control.BackCommandText;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (2)
268String backCommandText = Control.BackCommandText.Length == 0 ? 270Control.BackCommandText;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (3)
270String controlBCT = Control.BackCommandText; 346String controlBCT = Control.BackCommandText; 349Control.BackCommandText;
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
165_txtBackCommandText.Text = objectList.BackCommandText;