1 write to _pictureBox1
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
44this._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(); 117this._flowLayoutPanel3.Controls.Add(this._pictureBox1); 127this._pictureBox1.BackColor = System.Drawing.Color.SeaGreen; 128this._pictureBox1.Location = new System.Drawing.Point(5, 5); 129this._pictureBox1.Margin = new System.Windows.Forms.Padding(5); 130this._pictureBox1.Name = "_pictureBox1"; 131this._pictureBox1.Size = new System.Drawing.Size(16, 16); 132this._pictureBox1.TabIndex = 0; 133this._pictureBox1.TabStop = false; 226((System.ComponentModel.ISupportInitialize)(this._pictureBox1)).EndInit();