1 write to _glyphPictureBox
System.Web.Entity.Design (1)
System\Data\WebControls\Design\Util\TaskFormBase.cs (1)
80this._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(); 111this._headerPanel.Controls.Add(this._glyphPictureBox); 120this._glyphPictureBox.Location = new System.Drawing.Point(0, 0); 121this._glyphPictureBox.Name = "_glyphPictureBox"; 122this._glyphPictureBox.Size = new System.Drawing.Size(65, 63); 123this._glyphPictureBox.TabIndex = 20; 124this._glyphPictureBox.TabStop = false; 143((System.ComponentModel.ISupportInitialize)(this._glyphPictureBox)).EndInit();