1 write to _pnlCompare
System.Web.Mobile (1)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
231this._pnlCompare = new System.Windows.Forms.Panel();
8 references to _pnlCompare
System.Web.Mobile (8)
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (8)
101this._pnlCompare.TabIndex = tabOffset++; 270this._pnlRight.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlCompare, 285this._pnlCompare.Controls.AddRange(new System.Windows.Forms.Control[] {this._txtArgument, 289this._pnlCompare.Location = new System.Drawing.Point(8, 90); 290this._pnlCompare.Size = new System.Drawing.Size(211, 136); 562_pnlCompare.Visible = true; 577_pnlCompare.Visible = false; 588_pnlCompare.Visible = true;