1 write to _txtTitle
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
82_txtTitle = new TextBox();
10 references to _txtTitle
System.Web.Mobile (10)
UI\MobileControls\Design\ObjectListFieldsPage.cs (10)
133_txtTitle.SetBounds(X, Y, ControlWidth, CmbHeight); 134_txtTitle.TextChanged += new EventHandler(this.OnPropertyChanged); 135_txtTitle.TabIndex = Index + 5; 152_txtTitle, 165_txtTitle.Text = String.Empty; 217_txtTitle.Text = currentFieldNode.Title; 224_txtTitle.Text = String.Empty; 282else if (source == _txtTitle) 284currentFieldNode.Title = _txtTitle.Text; 328_txtTitle.Enabled =