1 write to _txtMethod
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
226this._txtMethod = new System.Windows.Forms.TextBox();
9 references to _txtMethod
System.Web.Mobile (9)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (9)
110this._txtMethod.TabIndex = tabOffset++; 193_txtMethod.TextChanged += new EventHandler(OnTextChanged); 266this._txtMethod.Location = new System.Drawing.Point(0, 64); 267this._txtMethod.Size = new System.Drawing.Size(211, 20); 298this._txtMethod, 328_txtMethod.Enabled = filterIsSelected; 581_txtMethod.Text = node.DeviceFilter.Method; 688else if(sender == _txtMethod) 690node.Method = _txtMethod.Text;