1 write to _txtType
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
219this._txtType = new System.Windows.Forms.TextBox();
9 references to _txtType
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (9)
106this._txtType.TabIndex = tabOffset++; 192_txtType.TextChanged += new EventHandler(OnTextChanged); 235this._txtType.Location = new System.Drawing.Point(0, 20); 236this._txtType.Size = new System.Drawing.Size(211, 20); 297this._pnlDelegate.Controls.AddRange(new System.Windows.Forms.Control[] {this._txtType, 329_txtType.Enabled = filterIsSelected; 580_txtType.Text = node.DeviceFilter.Type; 684else if(sender == _txtType) 686node.Type = _txtType.Text;