1 write to _pictureBox4
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
50this._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(); 154this._tableLayoutPanel1.Controls.Add(this._pictureBox4, 1, 3); 198this._pictureBox4.Anchor = System.Windows.Forms.AnchorStyles.None; 199this._pictureBox4.BackColor = System.Drawing.Color.SeaGreen; 200this._pictureBox4.Location = new System.Drawing.Point(368, 169); 201this._pictureBox4.Margin = new System.Windows.Forms.Padding(3, 3, 3, 15); 202this._pictureBox4.Name = "_pictureBox4"; 203this._pictureBox4.Size = new System.Drawing.Size(100, 50); 204this._pictureBox4.TabIndex = 5; 205this._pictureBox4.TabStop = false; 230((System.ComponentModel.ISupportInitialize)(this._pictureBox4)).EndInit();