1 write to _pnlMain
System.Web.Mobile (1)
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
139this._pnlMain = new System.Windows.Forms.Panel();
6 references to _pnlMain
System.Web.Mobile (6)
UI\MobileControls\Design\PropertyOverridesDialog.cs (6)
124this._pnlMain.TabIndex = ++tabOffset; 152this._pnlMain.Anchor = (System.Windows.Forms.AnchorStyles.Bottom 154this._pnlMain.Controls.AddRange(new System.Windows.Forms.Control[] { 162this._pnlMain.Location = new System.Drawing.Point(6, 5); 163this._pnlMain.Size = new System.Drawing.Size(276, 313); 182this.Controls.AddRange(new System.Windows.Forms.Control[] {this._pnlMain});