1 write to _bottomDividerLabel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
77this._bottomDividerLabel = new System.Windows.Forms.Label();
7 references to _bottomDividerLabel
System.Web.Entity.Design (7)
System\Data\WebControls\Design\Util\TaskFormBase.cs (7)
98this._bottomDividerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 100this._bottomDividerLabel.BackColor = System.Drawing.SystemColors.ControlLightLight; 101this._bottomDividerLabel.Location = new System.Drawing.Point(0, 382); 102this._bottomDividerLabel.Name = "_bottomDividerLabel"; 103this._bottomDividerLabel.Size = new System.Drawing.Size(572, 1); 104this._bottomDividerLabel.TabIndex = 40; 139this.Controls.Add(this._bottomDividerLabel);