1 write to _pictureBox2
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
48this._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(); 152this._tableLayoutPanel1.Controls.Add(this._pictureBox2, 1, 1); 179this._pictureBox2.Anchor = System.Windows.Forms.AnchorStyles.None; 180this._pictureBox2.BackColor = System.Drawing.Color.SeaGreen; 181this._pictureBox2.Location = new System.Drawing.Point(368, 13); 182this._pictureBox2.Margin = new System.Windows.Forms.Padding(3, 3, 3, 15); 183this._pictureBox2.Name = "_pictureBox2"; 184this._pictureBox2.Size = new System.Drawing.Size(100, 50); 185this._pictureBox2.TabIndex = 3; 186this._pictureBox2.TabStop = false; 229((System.ComponentModel.ISupportInitialize)(this._pictureBox2)).EndInit();