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