1 write to _pnlDelegate
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
234this._pnlDelegate = new System.Windows.Forms.Panel();
8 references to _pnlDelegate
System.Web.Mobile (8)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (8)
102this._pnlDelegate.TabIndex = tabOffset++; 271this._pnlDelegate, 297this._pnlDelegate.Controls.AddRange(new System.Windows.Forms.Control[] {this._txtType, 301this._pnlDelegate.Location = new System.Drawing.Point(8, 90); 302this._pnlDelegate.Size = new System.Drawing.Size(211, 136); 563_pnlDelegate.Visible = false; 578_pnlDelegate.Visible = true; 589_pnlDelegate.Visible = false;