1 write to _tbArgument
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
148this._tbArgument = new System.Windows.Forms.TextBox();
13 references to _tbArgument
System.Web.Mobile (13)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (13)
114_tbArgument.TextChanged += new EventHandler(OnArgumentChanged); 134_tbArgument.TabIndex = ++tabOffset; 178this._tbArgument, 193this._tbArgument.Location = new System.Drawing.Point(0, 306); 194this._tbArgument.Name = "_tbArgument"; 195this._tbArgument.Size = new System.Drawing.Size(275, 20); 196this._tbArgument.Text = String.Empty; 504_tbArgument.Enabled = true; 505_tbArgument.Text = SelectedAppliedFilter.Argument; 509_tbArgument.Enabled = false; 510_tbArgument.Text = String.Empty; 577Debug.Assert(_tbArgument.Text.Length == 0, 583SelectedAppliedFilter.Argument = _tbArgument.Text;