1 write to _txtBackCommandText
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListGeneralPage.cs (1)
72_txtBackCommandText = new TextBox();
6 references to _txtBackCommandText
System.Web.Mobile (6)
UI\MobileControls\Design\ObjectListGeneralPage.cs (6)
73_txtBackCommandText.SetBounds(12, 40, 154, 20); 74_txtBackCommandText.TabIndex = 4; 75_txtBackCommandText.TextChanged += new EventHandler(this.OnSetPageDirty); 143_txtBackCommandText, 165_txtBackCommandText.Text = objectList.BackCommandText; 227objectList.BackCommandText = _txtBackCommandText.Text;