1 write to _pictureBox2
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
48
this.
_pictureBox2
= new System.Windows.Forms.PictureBox();
12 references to _pictureBox2
PresentationUI (12)
MS\Internal\Documents\RMEnrollmentPage2.cs (1)
37
_pictureBox2
.Visible = false;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (11)
56
((System.ComponentModel.ISupportInitialize)(this.
_pictureBox2
)).BeginInit();
152
this._tableLayoutPanel1.Controls.Add(this.
_pictureBox2
, 1, 1);
179
this.
_pictureBox2
.Anchor = System.Windows.Forms.AnchorStyles.None;
180
this.
_pictureBox2
.BackColor = System.Drawing.Color.SeaGreen;
181
this.
_pictureBox2
.Location = new System.Drawing.Point(368, 13);
182
this.
_pictureBox2
.Margin = new System.Windows.Forms.Padding(3, 3, 3, 15);
183
this.
_pictureBox2
.Name = "_pictureBox2";
184
this.
_pictureBox2
.Size = new System.Drawing.Size(100, 50);
185
this.
_pictureBox2
.TabIndex = 3;
186
this.
_pictureBox2
.TabStop = false;
229
((System.ComponentModel.ISupportInitialize)(this.
_pictureBox2
)).EndInit();