1 write to _glyphPictureBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
80
this.
_glyphPictureBox
= new System.Windows.Forms.PictureBox();
9 references to _glyphPictureBox
System.Web.Entity.Design (9)
System\Data\WebControls\Design\Util\TaskFormBase.cs (9)
57
_glyphPictureBox
.Image = value;
82
((System.ComponentModel.ISupportInitialize)(this.
_glyphPictureBox
)).BeginInit();
111
this._headerPanel.Controls.Add(this.
_glyphPictureBox
);
120
this.
_glyphPictureBox
.Location = new System.Drawing.Point(0, 0);
121
this.
_glyphPictureBox
.Name = "_glyphPictureBox";
122
this.
_glyphPictureBox
.Size = new System.Drawing.Size(65, 63);
123
this.
_glyphPictureBox
.TabIndex = 20;
124
this.
_glyphPictureBox
.TabStop = false;
143
((System.ComponentModel.ISupportInitialize)(this.
_glyphPictureBox
)).EndInit();