1 write to _pictureBox1
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
44
this.
_pictureBox1
= new System.Windows.Forms.PictureBox();
11 references to _pictureBox1
PresentationUI (11)
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
36
_pictureBox1
.Visible = false;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (10)
54
((System.ComponentModel.ISupportInitialize)(this.
_pictureBox1
)).BeginInit();
117
this._flowLayoutPanel3.Controls.Add(this.
_pictureBox1
);
127
this.
_pictureBox1
.BackColor = System.Drawing.Color.SeaGreen;
128
this.
_pictureBox1
.Location = new System.Drawing.Point(5, 5);
129
this.
_pictureBox1
.Margin = new System.Windows.Forms.Padding(5);
130
this.
_pictureBox1
.Name = "_pictureBox1";
131
this.
_pictureBox1
.Size = new System.Drawing.Size(16, 16);
132
this.
_pictureBox1
.TabIndex = 0;
133
this.
_pictureBox1
.TabStop = false;
226
((System.ComponentModel.ISupportInitialize)(this.
_pictureBox1
)).EndInit();