1 write to _pictureBox4
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
50
this.
_pictureBox4
= new System.Windows.Forms.PictureBox();
12 references to _pictureBox4
PresentationUI (12)
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
38
_pictureBox4
.Visible = false;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (11)
57
((System.ComponentModel.ISupportInitialize)(this.
_pictureBox4
)).BeginInit();
154
this._tableLayoutPanel1.Controls.Add(this.
_pictureBox4
, 1, 3);
198
this.
_pictureBox4
.Anchor = System.Windows.Forms.AnchorStyles.None;
199
this.
_pictureBox4
.BackColor = System.Drawing.Color.SeaGreen;
200
this.
_pictureBox4
.Location = new System.Drawing.Point(368, 169);
201
this.
_pictureBox4
.Margin = new System.Windows.Forms.Padding(3, 3, 3, 15);
202
this.
_pictureBox4
.Name = "_pictureBox4";
203
this.
_pictureBox4
.Size = new System.Drawing.Size(100, 50);
204
this.
_pictureBox4
.TabIndex = 5;
205
this.
_pictureBox4
.TabStop = false;
230
((System.ComponentModel.ISupportInitialize)(this.
_pictureBox4
)).EndInit();