1 write to _pictureBox
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
48_pictureBox = new System.Windows.Forms.PictureBox();
10 references to _pictureBox
PresentationUI (10)
MS\Internal\Documents\RMEnrollmentPage1.cs (1)
35_pictureBox.Visible = false;
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (9)
57((System.ComponentModel.ISupportInitialize)(_pictureBox)).BeginInit(); 159_panel2.Controls.Add(_pictureBox); 167_pictureBox.BackColor = System.Drawing.Color.SeaGreen; 168_pictureBox.Location = new System.Drawing.Point(27, 4); 169_pictureBox.Name = "_pictureBox"; 170_pictureBox.Size = new System.Drawing.Size(78, 75); 171_pictureBox.TabIndex = 0; 172_pictureBox.TabStop = false; 224((System.ComponentModel.ISupportInitialize)(_pictureBox)).EndInit();