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