1 write to _label
PresentationUI (1)
MS\Internal\Documents\SigningProgress.Designer.cs (1)
35
_label
= new System.Windows.Forms.Label();
7 references to _label
PresentationUI (7)
MS\Internal\Documents\SigningProgress.cs (1)
30
_label
.Text = message;
MS\Internal\Documents\SigningProgress.Designer.cs (6)
41
_label
.AutoSize = true;
42
_label
.Location = new System.Drawing.Point(20, 9);
43
_label
.Margin = new System.Windows.Forms.Padding(10);
44
_label
.Name = "label1";
45
_label
.TabIndex = 0;
60
Controls.Add(
_label
);