1 write to _captionLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
78this._captionLabel = new System.Windows.Forms.Label();
8 references to _captionLabel
System.Web.Entity.Design (8)
System\Data\WebControls\Design\Util\TaskFormBase.cs (8)
48return _captionLabel; 112this._headerPanel.Controls.Add(this._captionLabel); 128this._captionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 130this._captionLabel.Location = new System.Drawing.Point(71, 17); 131this._captionLabel.Name = "_captionLabel"; 132this._captionLabel.Size = new System.Drawing.Size(487, 47); 133this._captionLabel.TabIndex = 10; 166_captionLabel.Font = new Font(Font.FontFamily, Font.Size + 2.0f, FontStyle.Bold, Font.Unit);