1 write to progressBar1
PresentationUI (1)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (1)
40this.progressBar1 = new System.Windows.Forms.ProgressBar();
8 references to progressBar1
PresentationUI (8)
MS\Internal\Documents\RMEnrollmentPage3.Designer.cs (8)
88this.tableLayoutPanel2.Controls.Add(this.progressBar1, 0, 1); 110this.progressBar1.Anchor = System.Windows.Forms.AnchorStyles.Top; 111this.progressBar1.Location = new System.Drawing.Point(156, 72); 112this.progressBar1.Margin = new System.Windows.Forms.Padding(5); 113this.progressBar1.Name = "progressBar1"; 114this.progressBar1.Size = new System.Drawing.Size(100, 14); 115this.progressBar1.Style = System.Windows.Forms.ProgressBarStyle.Marquee; 116this.progressBar1.TabIndex = 1;