1 write to _headerPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
79this._headerPanel = new System.Windows.Forms.Panel();
11 references to _headerPanel
System.Web.Entity.Design (11)
System\Data\WebControls\Design\Util\TaskFormBase.cs (11)
81this._headerPanel.SuspendLayout(); 108this._headerPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 110this._headerPanel.BackColor = System.Drawing.SystemColors.ControlLightLight; 111this._headerPanel.Controls.Add(this._glyphPictureBox); 112this._headerPanel.Controls.Add(this._captionLabel); 113this._headerPanel.Location = new System.Drawing.Point(0, 0); 114this._headerPanel.Name = "_headerPanel"; 115this._headerPanel.Size = new System.Drawing.Size(572, 63); 116this._headerPanel.TabIndex = 10; 138this.Controls.Add(this._headerPanel); 142this._headerPanel.ResumeLayout(false);