1 write to _taskPanel
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
76this._taskPanel = new System.Windows.Forms.Panel();
7 references to _taskPanel
System.Web.Entity.Design (7)
System\Data\WebControls\Design\Util\TaskFormBase.cs (7)
64return _taskPanel; 88this._taskPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 91this._taskPanel.Location = new System.Drawing.Point(0, 63); 92this._taskPanel.Name = "_taskPanel"; 93this._taskPanel.Size = new System.Drawing.Size(528, 319); 94this._taskPanel.TabIndex = 30; 140this.Controls.Add(this._taskPanel);