1 write to _pnlMain
System.Web.Mobile (1)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
147this._pnlMain = new System.Windows.Forms.Panel();
9 references to _pnlMain
System.Web.Mobile (9)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (9)
127_pnlMain.TabIndex = ++tabOffset; 154this._pnlMain.SuspendLayout(); 176this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left); 177this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] { 187this._pnlMain.Location = new System.Drawing.Point(6, 8); 188this._pnlMain.Name = "_pnlMain"; 189this._pnlMain.Size = new System.Drawing.Size(276, 357); 236this._pnlMain}); 238this._pnlMain.ResumeLayout(false);